Add "Menu" key definintiojn

pull/132/merge
Jesse Vincent 8 years ago
parent 66bf02cb45
commit b5a776c341
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -147,6 +147,7 @@ typedef union Key_ {
#define Key_Home (Key) { HID_KEYBOARD_HOME, KEY_FLAGS }
#define Key_End (Key) { HID_KEYBOARD_END, KEY_FLAGS }
#define Key_Menu (Key) { HID_KEYBOARD_MENU, KEY_FLAGS }
#define Key_PrtScr (Key) { HID_KEYBOARD_PRINTSCREEN, KEY_FLAGS }
#define Key_CapsLock (Key) { HID_KEYBOARD_CAPS_LOCK, KEY_FLAGS }
#define Key_NumLock (Key) { HID_KEYPAD_NUM_LOCK_AND_CLEAR, KEY_FLAGS }

Loading…
Cancel
Save