-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hid_api: Define many keyboard-specific keycodes
- Enumerate all HID keycodes in sequential order for ease of reading the spec - Add 102ND, Compose, Keypad equal, Keypad parentheses keycodes - Add special non-US keys - Add international keys (Ro, Katakana/Hiragana, ...), LANG keys to properly support Japanese/Korean keyboards - Add media keys (Play/pause, mute, ...) - All of HID_KEY definition names are taken from Linux evdev API, with HID_ prefix added (Many specifications like to invent their own names for several keycodes, which makes it terribly complicated to understand, so imo it's better to use some existing extensive naming scheme)
- Loading branch information
Showing
1 changed file
with
98 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters