mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-30 22:13:54 +00:00
update keycode.go
This commit is contained in:
parent
8bfef356cc
commit
aa077ecb78
10
keycode.go
10
keycode.go
@ -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,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user