File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ class Keycode:
86
86
SPACE = 0x2c
87
87
THREE = 0x20
88
88
APPLICATION = 0x65
89
- BACKSLASH = 0x35
89
+ BACKSLASH = 0x2d
90
90
BACKSPACE = 0x2a
91
91
CAPS_LOCK = 0x39
92
92
COMMAND = 0xe3
@@ -95,6 +95,7 @@ class Keycode:
95
95
DOWN_ARROW = 0x51
96
96
EQUALS = 0x30
97
97
ESCAPE = 0x29
98
+ ESZETT = 0x2d
98
99
FORWARD_SLASH = 0x31
99
100
GRAVE_ACCENT = 0x33
100
101
GRAVIS = 0x2e
@@ -117,7 +118,6 @@ class Keycode:
117
118
KEYPAD_ZERO = 0x62
118
119
LEFT_ALT = 0xe2
119
120
LEFT_ARROW = 0x50
120
- LEFT_BRACKET = 0x2d
121
121
LEFT_CONTROL = 0xe0
122
122
LEFT_GUI = 0xe3
123
123
LEFT_SHIFT = 0xe1
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ class Keycode:
90
90
CAPS_LOCK = 0x39
91
91
COMMAND = 0xe3
92
92
CONTROL = 0xe0
93
- Circumflex = 0x20
93
+ CIRCUMFLEX = 0x20
94
94
DELETE = 0x4c
95
95
DOWN_ARROW = 0x51
96
96
EQUALS = 0x2e
You can’t perform that action at this time.
0 commit comments