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