mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-03 07:33: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'.
|
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.
|
||||||
|
|
||||||
|
####Return:
|
||||||
|
return KeyToggle status
|
||||||
|
|
||||||
###<h3 id="TypeString">.TypeString(string)</h3>
|
###<h3 id="TypeString">.TypeString(string)</h3>
|
||||||
|
|
||||||
####Arguments:
|
####Arguments:
|
||||||
@ -325,7 +328,7 @@ robotgo.ScrollMouse(50, "down")
|
|||||||
|
|
||||||
####Return:
|
####Return:
|
||||||
|
|
||||||
Return a imgage
|
return save image status
|
||||||
|
|
||||||
|
|
||||||
###<h3 id="TostringBitmap">.TostringBitmap</h3>
|
###<h3 id="TostringBitmap">.TostringBitmap</h3>
|
||||||
|
@ -104,6 +104,9 @@
|
|||||||
key - See keys.
|
key - See keys.
|
||||||
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.
|
||||||
|
###返回值:
|
||||||
|
|
||||||
|
返回KeyToggle状态
|
||||||
|
|
||||||
###<h3 id="TypeString">.TypeString(string)</h3>
|
###<h3 id="TypeString">.TypeString(string)</h3>
|
||||||
|
|
||||||
@ -339,7 +342,7 @@ robotgo.ScrollMouse(50, "down")
|
|||||||
|
|
||||||
####返回值:
|
####返回值:
|
||||||
|
|
||||||
保存图片
|
保存图片,返回保存状态
|
||||||
|
|
||||||
|
|
||||||
###<h3 id="TostringBitmap">.TostringBitmap</h3>
|
###<h3 id="TostringBitmap">.TostringBitmap</h3>
|
||||||
|
Loading…
Reference in New Issue
Block a user