File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ class Keycode:
8686 SPACE = 0x2c
8787 THREE = 0x20
8888 APPLICATION = 0x65
89- BACKSLASH = 0x35
89+ BACKSLASH = 0x2d
9090 BACKSPACE = 0x2a
9191 CAPS_LOCK = 0x39
9292 COMMAND = 0xe3
@@ -95,6 +95,7 @@ class Keycode:
9595 DOWN_ARROW = 0x51
9696 EQUALS = 0x30
9797 ESCAPE = 0x29
98+ ESZETT = 0x2d
9899 FORWARD_SLASH = 0x31
99100 GRAVE_ACCENT = 0x33
100101 GRAVIS = 0x2e
@@ -117,7 +118,6 @@ class Keycode:
117118 KEYPAD_ZERO = 0x62
118119 LEFT_ALT = 0xe2
119120 LEFT_ARROW = 0x50
120- LEFT_BRACKET = 0x2d
121121 LEFT_CONTROL = 0xe0
122122 LEFT_GUI = 0xe3
123123 LEFT_SHIFT = 0xe1
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ class Keycode:
9090 CAPS_LOCK = 0x39
9191 COMMAND = 0xe3
9292 CONTROL = 0xe0
93- Circumflex = 0x20
93+ CIRCUMFLEX = 0x20
9494 DELETE = 0x4c
9595 DOWN_ARROW = 0x51
9696 EQUALS = 0x2e
You can’t perform that action at this time.
0 commit comments