mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
Update doc
This commit is contained in:
parent
17fda726b0
commit
2e851fc742
5
doc.md
5
doc.md
@ -101,6 +101,9 @@
|
||||
down - Accepts 'down' or 'up'.
|
||||
modifier (optional, string or array) - Accepts alt, command (mac), control, and shift.
|
||||
|
||||
####Return:
|
||||
return KeyToggle status
|
||||
|
||||
###<h3 id="TypeString">.TypeString(string)</h3>
|
||||
|
||||
####Arguments:
|
||||
@ -325,7 +328,7 @@ robotgo.ScrollMouse(50, "down")
|
||||
|
||||
####Return:
|
||||
|
||||
Return a imgage
|
||||
return save image status
|
||||
|
||||
|
||||
###<h3 id="TostringBitmap">.TostringBitmap</h3>
|
||||
|
@ -104,6 +104,9 @@
|
||||
key - See keys.
|
||||
down - Accepts 'down' or 'up'.
|
||||
modifier (optional, string or array) - Accepts alt, command (mac), control, and shift.
|
||||
###返回值:
|
||||
|
||||
返回KeyToggle状态
|
||||
|
||||
###<h3 id="TypeString">.TypeString(string)</h3>
|
||||
|
||||
@ -339,7 +342,7 @@ robotgo.ScrollMouse(50, "down")
|
||||
|
||||
####返回值:
|
||||
|
||||
保存图片
|
||||
保存图片,返回保存状态
|
||||
|
||||
|
||||
###<h3 id="TostringBitmap">.TostringBitmap</h3>
|
||||
|
Loading…
Reference in New Issue
Block a user