diff --git a/doc.md b/doc.md index ea48802..76db63c 100644 --- a/doc.md +++ b/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 + ###

.TypeString(string)

####Arguments: @@ -325,7 +328,7 @@ robotgo.ScrollMouse(50, "down") ####Return: - Return a imgage + return save image status ###

.TostringBitmap

diff --git a/doc_zh.md b/doc_zh.md index 5ca0cbf..f5215e9 100644 --- a/doc_zh.md +++ b/doc_zh.md @@ -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状态 ###

.TypeString(string)

@@ -339,7 +342,7 @@ robotgo.ScrollMouse(50, "down") ####返回值: - 保存图片 + 保存图片,返回保存状态 ###

.TostringBitmap