Skip to content

Commit 13f8bfa

Browse files
committed
minor keycode changes, bearing bigger fixes
1 parent f79c921 commit 13f8bfa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libraries/keycodes/keycode_win_de.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

libraries/keycodes/keycode_win_hu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)