We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d7972 commit f5c6df2Copy full SHA for f5c6df2
1 file changed
keycode.go
@@ -104,21 +104,21 @@ var Keycode = UMap{
104
"f11": 69,
105
"f12": 70,
106
// numeric keypad
107
- "keypad_1": 79,
108
- "keypad_2": 80,
109
- "keypad_3": 81,
110
- "keypad_4": 75,
111
- "keypad_5": 76,
112
- "keypad_6": 77,
113
- "keypad_7": 71,
114
- "keypad_8": 72,
115
- "keypad_9": 73,
116
- "keypad_0": 82,
117
- "keypad_minus": 74,
118
- "keypad_plus": 78,
119
- "keypad_asterisk": 55,
120
- "keypad_slash": 3637,
121
- "keypad_enter": 3612,
+ "num1": 79,
+ "num2": 80,
+ "num3": 81,
+ "num4": 75,
+ "num5": 76,
+ "num6": 77,
+ "num7": 71,
+ "num8": 72,
+ "num9": 73,
+ "num0": 82,
+ "num_minus": 74,
+ "num_plus": 78,
+ "num_asterisk": 55,
+ "num_slash": 3637,
+ "num_enter": 3612,
122
// more
123
"esc": 1,
124
"delete": 14,
0 commit comments