update keycode.go

This commit is contained in:
vcaesar 2020-04-03 11:38:29 -04:00
parent 8bfef356cc
commit aa077ecb78

View File

@ -99,12 +99,14 @@ var Keycode = uMap{
"shift": 42,
"rshift": 54,
"enter": 28,
//
"cmd": 3675,
"command": 3675,
"rcmd": 3676,
"ralt": 3640,
"up": 57416,
"down": 57424,
"left": 57419,
"right": 57421,
//
"up": 57416,
"down": 57424,
"left": 57419,
"right": 57421,
}