mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 02:08:33 +00:00
Update md
This commit is contained in:
parent
6181088d0b
commit
bc57689878
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
|
@ -103,7 +103,7 @@ go get -u github.com/go-vgo/robotgo
|
|||
|
||||
##[Examples:](https://github.com/go-vgo/robotgo/blob/master/example/main.go)
|
||||
|
||||
###[Mouse](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L45)
|
||||
####[Mouse](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L45)
|
||||
|
||||
```Go
|
||||
package main
|
||||
|
|
@ -119,7 +119,7 @@ func main() {
|
|||
}
|
||||
```
|
||||
|
||||
###[Keyboard](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L22)
|
||||
####[Keyboard](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L22)
|
||||
|
||||
```Go
|
||||
package main
|
||||
|
|
@ -138,7 +138,7 @@ func main() {
|
|||
}
|
||||
```
|
||||
|
||||
###[Screen](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L71)
|
||||
####[Screen](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L71)
|
||||
|
||||
```Go
|
||||
package main
|
||||
|
|
@ -157,7 +157,7 @@ func main() {
|
|||
}
|
||||
```
|
||||
|
||||
###[Bitmap](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L90)
|
||||
####[Bitmap](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L90)
|
||||
|
||||
```Go
|
||||
package main
|
||||
|
|
@ -179,7 +179,7 @@ func main() {
|
|||
}
|
||||
```
|
||||
|
||||
###[Event](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L124)
|
||||
####[Event](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L124)
|
||||
|
||||
```Go
|
||||
package main
|
||||
|
|
@ -203,7 +203,7 @@ func main() {
|
|||
}
|
||||
```
|
||||
|
||||
###[Window](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L160)
|
||||
####[Window](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L160)
|
||||
|
||||
```Go
|
||||
package main
|
||||
|
|
|
|||
Loading…
Reference in a new issue