mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-02 23:23:55 +00:00
Update md
This commit is contained in:
parent
9cf5bb462e
commit
799ebac040
@ -1,6 +1,6 @@
|
|||||||
#Robotgo
|
#Robotgo
|
||||||
|
|
||||||
>Golang Desktop Automation(robot). Control the mouse, keyboard, bitmap, and read the screen.
|
>Golang Desktop Automation. Control the mouse, keyboard, bitmap,read the screen and listening global event.
|
||||||
|
|
||||||
RobotGo supports Mac, Windows, and Linux(X11).
|
RobotGo supports Mac, Windows, and Linux(X11).
|
||||||
|
|
||||||
@ -54,7 +54,7 @@ This is a work in progress.
|
|||||||
|
|
||||||
sudo apt-get install libxtst-dev libpng++-dev
|
sudo apt-get install libxtst-dev libpng++-dev
|
||||||
|
|
||||||
event:
|
Event:
|
||||||
|
|
||||||
sudo apt-get install xcb libxcb-xkb-dev x11-xkb-utils libx11-xcb-dev libxkbcommon-x11-dev
|
sudo apt-get install xcb libxcb-xkb-dev x11-xkb-utils libx11-xcb-dev libxkbcommon-x11-dev
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#Robotgo
|
#Robotgo
|
||||||
|
|
||||||
>Golang 跨平台自动系统,控制键盘鼠标位图和读取屏幕
|
>Golang 跨平台自动系统,控制键盘鼠标位图和读取屏幕以及全局事件监听
|
||||||
|
|
||||||
RobotGo 支持 Mac, Windows, and Linux(X11).
|
RobotGo 支持 Mac, Windows, and Linux(X11).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user