Go to the source code of this file.
See usb.org's HID-usage-tables document, chapter 10 Keyboard/Keypad Page for more codes: http://www.usb.org/developers/devclass_docs/Hut1_12.pdf
License: GNU GPL v2 (see License.txt)
Definition in file keycodes.h.
enum keycodes |
Codes for non-modifier-keys.
Definition at line 31 of file keycodes.h.
enum modifiers |
Codes for modifier-keys.
MOD_NONE | |
MOD_CONTROL_LEFT | |
MOD_SHIFT_LEFT | |
MOD_ALT_LEFT | |
MOD_GUI_LEFT | |
MOD_CONTROL_RIGHT | |
MOD_SHIFT_RIGHT | |
MOD_ALT_RIGHT | |
MOD_GUI_RIGHT |
Definition at line 18 of file keycodes.h.