We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfef35 commit aa077ecCopy full SHA for aa077ec
keycode.go
@@ -99,12 +99,14 @@ var Keycode = uMap{
99
"shift": 42,
100
"rshift": 54,
101
"enter": 28,
102
+ //
103
"cmd": 3675,
104
"command": 3675,
105
"rcmd": 3676,
106
"ralt": 3640,
- "up": 57416,
107
- "down": 57424,
108
- "left": 57419,
109
- "right": 57421,
+ "up": 57416,
+ "down": 57424,
110
+ "left": 57419,
111
+ "right": 57421,
112
}
0 commit comments