mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-02 23:23:55 +00:00
Update md
This commit is contained in:
parent
6181088d0b
commit
bc57689878
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)
|
##[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
|
```Go
|
||||||
package main
|
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
|
```Go
|
||||||
package main
|
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
|
```Go
|
||||||
package main
|
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
|
```Go
|
||||||
package main
|
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
|
```Go
|
||||||
package main
|
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
|
```Go
|
||||||
package main
|
package main
|
||||||
|
Loading…
Reference in New Issue
Block a user