mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-02 23:23:55 +00:00
Update README.md
This commit is contained in:
parent
f1c8ed716b
commit
6181088d0b
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
|
||||
###[Mouse](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L45)
|
||||
|
||||
```Go
|
||||
package main
|
||||
@ -119,7 +119,7 @@ func main() {
|
||||
}
|
||||
```
|
||||
|
||||
###Keyboard
|
||||
###[Keyboard](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L22)
|
||||
|
||||
```Go
|
||||
package main
|
||||
@ -138,7 +138,7 @@ func main() {
|
||||
}
|
||||
```
|
||||
|
||||
###Screen
|
||||
###[Screen](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L71)
|
||||
|
||||
```Go
|
||||
package main
|
||||
@ -157,7 +157,7 @@ func main() {
|
||||
}
|
||||
```
|
||||
|
||||
###Bitmap
|
||||
###[Bitmap](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L90)
|
||||
|
||||
```Go
|
||||
package main
|
||||
@ -179,7 +179,7 @@ func main() {
|
||||
}
|
||||
```
|
||||
|
||||
###Event
|
||||
###[Event](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L124)
|
||||
|
||||
```Go
|
||||
package main
|
||||
@ -203,7 +203,7 @@ func main() {
|
||||
}
|
||||
```
|
||||
|
||||
###Window
|
||||
###[Window](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L160)
|
||||
|
||||
```Go
|
||||
package main
|
||||
|
12
README_zh.md
12
README_zh.md
@ -98,7 +98,7 @@ go get -u github.com/go-vgo/robotgo
|
||||
|
||||
##[Examples:](https://github.com/go-vgo/robotgo/blob/master/example/main.go)
|
||||
|
||||
###鼠标
|
||||
###[鼠标](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L45)
|
||||
|
||||
```Go
|
||||
package main
|
||||
@ -114,7 +114,7 @@ func main() {
|
||||
}
|
||||
```
|
||||
|
||||
###键盘
|
||||
###[键盘](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L22)
|
||||
|
||||
```Go
|
||||
package main
|
||||
@ -133,7 +133,7 @@ func main() {
|
||||
}
|
||||
```
|
||||
|
||||
###屏幕
|
||||
###[屏幕](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L71)
|
||||
|
||||
```Go
|
||||
package main
|
||||
@ -152,7 +152,7 @@ func main() {
|
||||
}
|
||||
```
|
||||
|
||||
###位图
|
||||
###[位图](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L90)
|
||||
|
||||
```Go
|
||||
package main
|
||||
@ -174,7 +174,7 @@ func main() {
|
||||
}
|
||||
```
|
||||
|
||||
###事件
|
||||
###[事件](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L124)
|
||||
|
||||
```Go
|
||||
package main
|
||||
@ -197,7 +197,7 @@ func main() {
|
||||
}
|
||||
}
|
||||
```
|
||||
###Window
|
||||
###[Window](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L160)
|
||||
|
||||
```Go
|
||||
package main
|
||||
|
@ -52,7 +52,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
version string = "v0.43.0.272, Matterhorn Alps!"
|
||||
version string = "v0.43.0.274, Matterhorn Alps!"
|
||||
)
|
||||
|
||||
// GetVersion get version
|
||||
|
Loading…
Reference in New Issue
Block a user