Skip to content

Commit aa077ec

Browse files
committed
update keycode.go
1 parent 8bfef35 commit aa077ec

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

keycode.go

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,14 @@ var Keycode = uMap{
9999
"shift": 42,
100100
"rshift": 54,
101101
"enter": 28,
102+
//
102103
"cmd": 3675,
103104
"command": 3675,
104105
"rcmd": 3676,
105106
"ralt": 3640,
106-
"up": 57416,
107-
"down": 57424,
108-
"left": 57419,
109-
"right": 57421,
107+
//
108+
"up": 57416,
109+
"down": 57424,
110+
"left": 57419,
111+
"right": 57421,
110112
}

0 commit comments

Comments
 (0)