mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 10:19:01 +00:00
Update README.md
This commit is contained in:
parent
6621146431
commit
ca2a57ea6e
2 changed files with 6 additions and 6 deletions
|
|
@ -224,9 +224,9 @@ import (
|
|||
|
||||
func main() {
|
||||
ok := robotgo.AddEvents("q", "ctrl", "shift")
|
||||
if ok {
|
||||
fmt.Println("add events...")
|
||||
}
|
||||
if ok {
|
||||
fmt.Println("add events...")
|
||||
}
|
||||
|
||||
keve := robotgo.AddEvent("k")
|
||||
if keve {
|
||||
|
|
|
|||
|
|
@ -221,9 +221,9 @@ import (
|
|||
|
||||
func main() {
|
||||
ok := robotgo.AddEvents("q", "ctrl", "shift")
|
||||
if ok {
|
||||
fmt.Println("add events...")
|
||||
}
|
||||
if ok {
|
||||
fmt.Println("add events...")
|
||||
}
|
||||
|
||||
keve := robotgo.AddEvent("k")
|
||||
if keve {
|
||||
|
|
|
|||
Loading…
Reference in a new issue