Skip to content

Commit f5c6df2

Browse files
committed
Update: update the naming style
1 parent 50d7972 commit f5c6df2

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

keycode.go

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -104,21 +104,21 @@ var Keycode = UMap{
104104
"f11": 69,
105105
"f12": 70,
106106
// 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,
107+
"num1": 79,
108+
"num2": 80,
109+
"num3": 81,
110+
"num4": 75,
111+
"num5": 76,
112+
"num6": 77,
113+
"num7": 71,
114+
"num8": 72,
115+
"num9": 73,
116+
"num0": 82,
117+
"num_minus": 74,
118+
"num_plus": 78,
119+
"num_asterisk": 55,
120+
"num_slash": 3637,
121+
"num_enter": 3612,
122122
// more
123123
"esc": 1,
124124
"delete": 14,

0 commit comments

Comments
 (0)