mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-31 06:13:55 +00:00
md change
This commit is contained in:
parent
336655e649
commit
a118c85d37
@ -52,8 +52,8 @@ import (
|
||||
|
||||
func main() {
|
||||
robotgo.TypeString("Hello World")
|
||||
robotgo.KeyTap("enter")
|
||||
robotgo.TypeString("en")
|
||||
robotgo.KeyTap("enter")
|
||||
robotgo.TypeString("en")
|
||||
}
|
||||
```
|
||||
|
||||
@ -70,7 +70,7 @@ import (
|
||||
|
||||
func main() {
|
||||
x, y := robotgo.GetMousePos()
|
||||
Println("pos:", x, y)
|
||||
Println("pos:", x, y)
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user