mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-30 22:13:54 +00:00
add keycode "delete" support and fixed "\\" error
This commit is contained in:
parent
a649a05df8
commit
d49a45186e
@ -47,7 +47,7 @@ var keycode = Map{
|
||||
"p": 25,
|
||||
"[": 26,
|
||||
"]": 27,
|
||||
"\\": 28,
|
||||
"\\": 43,
|
||||
//
|
||||
"a": 30,
|
||||
"s": 31,
|
||||
@ -86,6 +86,7 @@ var keycode = Map{
|
||||
"f12": 70,
|
||||
// more
|
||||
"esc": 1,
|
||||
"delete": 14,
|
||||
"tab": 15,
|
||||
"ctrl": 29,
|
||||
"control": 29,
|
||||
|
Loading…
Reference in New Issue
Block a user