diff --git a/README.md b/README.md index c6f0f74..d148c3b 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/zh_doc.md b/zh_doc.md new file mode 100644 index 0000000..470ea29 --- /dev/null +++ b/zh_doc.md @@ -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. +