mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-04 16:03:54 +00:00
Format docs
This commit is contained in:
parent
ea3be9661b
commit
25d38b811c
@ -87,7 +87,6 @@
|
|||||||
####Arguments:
|
####Arguments:
|
||||||
|
|
||||||
key - See [keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md).
|
key - See [keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md).
|
||||||
|
|
||||||
modifier (optional, string or array) - Accepts alt, command (win), control, and shift.
|
modifier (optional, string or array) - Accepts alt, command (win), control, and shift.
|
||||||
|
|
||||||
####Examples:
|
####Examples:
|
||||||
@ -106,7 +105,6 @@ modifier (optional, string or array) - Accepts alt, command (win), control, and
|
|||||||
####Arguments:
|
####Arguments:
|
||||||
|
|
||||||
key - See [keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md).
|
key - See [keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md).
|
||||||
|
|
||||||
down - Accepts 'down' or 'up'.
|
down - Accepts 'down' or 'up'.
|
||||||
modifier (optional, string or array) - Accepts alt, command (mac), control, and shift.
|
modifier (optional, string or array) - Accepts alt, command (mac), control, and shift.
|
||||||
|
|
||||||
|
@ -111,7 +111,6 @@ modifier (optional, string or array) - Accepts alt, command (win), control, and
|
|||||||
####参数:
|
####参数:
|
||||||
|
|
||||||
key - See [keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md).
|
key - See [keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md).
|
||||||
|
|
||||||
down - Accepts 'down' or 'up'.
|
down - Accepts 'down' or 'up'.
|
||||||
modifier (optional, string or array) - Accepts alt, command (mac), control, and shift.
|
modifier (optional, string or array) - Accepts alt, command (mac), control, and shift.
|
||||||
###返回值:
|
###返回值:
|
||||||
|
@ -52,7 +52,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
version string = "v0.42.0.259,Mount Ngauruhoe!"
|
version string = "v0.42.0.262,Mount Ngauruhoe!"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetVersion get version
|
// GetVersion get version
|
||||||
|
Loading…
Reference in New Issue
Block a user