mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-23 17:59:12 +00:00
Update doc.md
This commit is contained in:
parent
e3ceccfb7a
commit
6cb93f91a1
1 changed files with 3 additions and 3 deletions
|
|
@ -80,7 +80,7 @@
|
|||
|
||||
ms - Time to sleep in milliseconds.
|
||||
|
||||
###<h3 id="KeyTap">.KeyTap(key, modifier)</h3>
|
||||
### <h3 id="KeyTap">.KeyTap(key, modifier)</h3>
|
||||
|
||||
Press a single key.
|
||||
|
||||
|
|
@ -382,7 +382,7 @@ robotgo.ScrollMouse(50, "down")
|
|||
|
||||
Returns new bitmap object created from a portion of another
|
||||
|
||||
### <h3 id="Convert">.Convert(openpath, savepath,MMImageType)</h3>
|
||||
### <h3 id="Convert">.Convert(openpath, savepath, MMImageType)</h3>
|
||||
|
||||
Convert the image format
|
||||
|
||||
|
|
@ -442,7 +442,7 @@ func main() {
|
|||
|
||||
## <h2 id="Window">Window</h2>
|
||||
|
||||
### <h3 id="ShowAlert">.ShowAlert(title, msg,defaultButton,cancelButton string)</h3>
|
||||
### <h3 id="ShowAlert">.ShowAlert(title, msg, defaultButton, cancelButton string)</h3>
|
||||
|
||||
Displays alert with the given attributes. If cancelButton is not given, only the defaultButton is displayed
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue