KeyboardLocklights

Defines keyboard locklight flags. Both Compose and Kana exist within USB HID specifications, however they not necessarily are implemented whithin OS API. Same with the now obsolete Scroll Lock.

Values

ValueMeaning
NumLock1 << 0
CapsLock1 << 1
ScrollLock1 << 2
Compose1 << 3
Kana1 << 4

Meta