We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d602ed + 352eaec commit 50d7972Copy full SHA for 50d7972
1 file changed
keycode.go
@@ -103,6 +103,22 @@ var Keycode = UMap{
103
"f10": 68,
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,
122
// more
123
"esc": 1,
124
"delete": 14,
0 commit comments