mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
Update doc link
This commit is contained in:
parent
09757a45e6
commit
ea3be9661b
12
docs/doc.md
12
docs/doc.md
@ -86,8 +86,9 @@
|
||||
|
||||
####Arguments:
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
####Examples:
|
||||
|
||||
@ -104,9 +105,10 @@
|
||||
|
||||
####Arguments:
|
||||
|
||||
key - See [keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md).
|
||||
down - Accepts 'down' or 'up'.
|
||||
modifier (optional, string or array) - Accepts alt, command (mac), control, and shift.
|
||||
key - See [keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md).
|
||||
|
||||
down - Accepts 'down' or 'up'.
|
||||
modifier (optional, string or array) - Accepts alt, command (mac), control, and shift.
|
||||
|
||||
####Return:
|
||||
return KeyToggle status
|
||||
|
@ -92,8 +92,8 @@
|
||||
键盘值
|
||||
修饰值(可选类型, 字符串或者数组) - 可选值: alt, command (win), control, and shift.
|
||||
|
||||
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.
|
||||
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.
|
||||
####示例:
|
||||
|
||||
```Go
|
||||
@ -110,9 +110,10 @@
|
||||
|
||||
####参数:
|
||||
|
||||
key - See [keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md).
|
||||
down - Accepts 'down' or 'up'.
|
||||
modifier (optional, string or array) - Accepts alt, command (mac), control, and shift.
|
||||
key - See [keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md).
|
||||
|
||||
down - Accepts 'down' or 'up'.
|
||||
modifier (optional, string or array) - Accepts alt, command (mac), control, and shift.
|
||||
###返回值:
|
||||
|
||||
返回KeyToggle状态
|
||||
|
Loading…
Reference in New Issue
Block a user