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() {
ok := robotgo.AddEvents("q", "ctrl", "shift")
if ok {
fmt.Println("add events...")
}
if ok {
fmt.Println("add events...")
}
keve := robotgo.AddEvent("k")
if keve {

View File

@ -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 {