mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 06:33:56 +00:00
add AddEvent "space" fix #110
This commit is contained in:
parent
9412f8be63
commit
3c5e8caf89
@ -63,7 +63,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
version string = "v0.48.0.510, Ben Nevis!"
|
||||
version string = "v0.48.0.511, Ben Nevis!"
|
||||
)
|
||||
|
||||
type (
|
||||
@ -1128,6 +1128,7 @@ func AddEvent(aeve string) int {
|
||||
"ctrl": "29",
|
||||
"control": "29",
|
||||
"alt": "56",
|
||||
"space": "57",
|
||||
"shift": "42",
|
||||
"enter": "28",
|
||||
"command": "3675",
|
||||
|
Loading…
Reference in New Issue
Block a user