Update README.md

This commit is contained in:
vcaesar 2019-02-22 08:42:23 -04:00
parent 6621146431
commit ca2a57ea6e
2 changed files with 6 additions and 6 deletions

View File

@ -224,9 +224,9 @@ import (
func main() { func main() {
ok := robotgo.AddEvents("q", "ctrl", "shift") ok := robotgo.AddEvents("q", "ctrl", "shift")
if ok { if ok {
fmt.Println("add events...") fmt.Println("add events...")
} }
keve := robotgo.AddEvent("k") keve := robotgo.AddEvent("k")
if keve { if keve {

View File

@ -221,9 +221,9 @@ import (
func main() { func main() {
ok := robotgo.AddEvents("q", "ctrl", "shift") ok := robotgo.AddEvents("q", "ctrl", "shift")
if ok { if ok {
fmt.Println("add events...") fmt.Println("add events...")
} }
keve := robotgo.AddEvent("k") keve := robotgo.AddEvent("k")
if keve { if keve {