CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/02/14 06:29:00
Modified files:
lib/libc/sys : sysctl.2
sys/dev : audio.c
sys/dev/wscons : wskbd.c
sys/kern : kern_sysctl.c
sys/sys : sysctl.h
Log message:
Add the kern.audio.kbdcontrol sysctl(2) variable
If set to 0, the volume keys on multimedia keyboards are handled
as regular keys, allowing programs to use them. The default is 1,
i.e. the current behavior.
ok armani, kettenis, mvs
