mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 10:19:01 +00:00
Create zh_doc.md
This commit is contained in:
parent
bcff431b7f
commit
d24c6c31fc
2 changed files with 28 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ This is a work in progress.
|
|||
|
||||
|
||||
##[API](https://github.com/go-vgo/robotgo/blob/master/doc.md)
|
||||
##[中文文档](https://github.com/go-vgo/robotgo/blob/master/zh_doc.md)
|
||||
Please click API;This is a work in progress.
|
||||
|
||||
|
||||
|
|
|
|||
27
zh_doc.md
Normal file
27
zh_doc.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
#方法:
|
||||
|
||||
##键盘
|
||||
Keys
|
||||
SetKeyboardDelay
|
||||
KeyTap
|
||||
KeyToggle
|
||||
TypeString
|
||||
TypeStringDelayed
|
||||
##鼠标
|
||||
SetMouseDelay
|
||||
MoveMouse
|
||||
MoveMouseSmooth
|
||||
MouseClick
|
||||
MouseToggle
|
||||
DragMouse
|
||||
GetMousePos
|
||||
ScrollMouse
|
||||
##屏幕
|
||||
GetPixelColor
|
||||
GetScreenSize
|
||||
CaptureScreen
|
||||
GetXDisplayName(Linux)
|
||||
SetXDisplayName(Linux)
|
||||
##位图
|
||||
This is a work in progress.
|
||||
|
||||
Loading…
Reference in a new issue