23 #ifndef USBKEYSEXTRA_h
24 #define USBKEYSEXTRA_h
33 #ifndef KEY_PRINT_SCREEN
34 #define KEY_PRINT_SCREEN (0x46 + 0x88)
36 #ifndef KEY_SCROLL_LOCK
37 #define KEY_SCROLL_LOCK (0x47 + 0x88)
40 #define KEY_PAUSE (0x48 + 0x88)
43 #define KEY_NUM_LOCK (0x53 + 0x88)
46 #define KEY_NUMPAD_5 (0x5D + 0x88)
49 #define KEY_F13 (0x68 + 0x88)
52 #define KEY_F14 (0x69 + 0x88)
55 #define KEY_F15 (0x6A + 0x88)
58 #define KEY_F16 (0x6B + 0x88)
61 #define KEY_F17 (0x6C + 0x88)
64 #define KEY_F18 (0x6D + 0x88)
67 #define KEY_F19 (0x6E + 0x88)
70 #define KEY_F20 (0x6F + 0x88)
73 #define KEY_F21 (0x70 + 0x88)
76 #define KEY_F22 (0x71 + 0x88)
79 #define KEY_F23 (0x72 + 0x88)
82 #define KEY_F24 (0x73 + 0x88)
87 #define KEY_BACK_TAB 0x0B
94 #define KEY_RETURN (0x28 + 0x88)
95 #define KEY_ESC (0x29 + 0x88)
96 #define KEY_BACKSPACE (0x2A + 0x88)
97 #define KEY_TAB (0x2B + 0x88)
98 #define KEY_CAPS_LOCK (0x39 + 0x88)
99 #define KEY_F1 (0x3A + 0x88)
100 #define KEY_F2 (0x3B + 0x88)
101 #define KEY_F3 (0x3C + 0x88)
102 #define KEY_F4 (0x3D + 0x88)
103 #define KEY_F5 (0x3E + 0x88)
104 #define KEY_F6 (0x3F + 0x88)
105 #define KEY_F7 (0x40 + 0x88)
106 #define KEY_F8 (0x41 + 0x88)
107 #define KEY_F9 (0x42 + 0x88)
108 #define KEY_F10 (0x43 + 0x88)
109 #define KEY_F11 (0x44 + 0x88)
110 #define KEY_F12 (0x45 + 0x88)
111 #define KEY_INSERT (0x49 + 0x88)
112 #define KEY_HOME (0x4A + 0x88)
113 #define KEY_PAGE_UP (0x4B + 0x88)
114 #define KEY_DELETE (0x4C + 0x88)
115 #define KEY_END (0x4D + 0x88)
116 #define KEY_PAGE_DOWN (0x4E + 0x88)
117 #define KEY_RIGHT_ARROW (0x4F + 0x88)
118 #define KEY_LEFT_ARROW (0x50 + 0x88)
119 #define KEY_DOWN_ARROW (0x51 + 0x88)
120 #define KEY_UP_ARROW (0x52 + 0x88)