Edit

IABSD.fr/src/lib/libc

Branch :

  • Show log

    Commit

  • Author : ratchov
    Date : 2025-02-14 13:29:00
    Hash : e8902928
    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