add more keycode support, "up, down, left, right"...

This commit is contained in:
vcaesar 2019-06-17 13:29:52 -04:00
parent d49a45186e
commit ada3ddc5e1

View File

@ -93,7 +93,14 @@ var keycode = Map{
"alt": 56,
"space": 57,
"shift": 42,
"rshift": 54,
"enter": 28,
"cmd": 3675,
"command": 3675,
"rcmd": 3676,
"ralt": 3640,
"up": 57416,
"down": 57424,
"left": 57419,
"right": 57421,
}