mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 10:19:01 +00:00
Update md
This commit is contained in:
parent
9cf5bb462e
commit
799ebac040
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#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).
|
||||
|
||||
|
|
@ -54,7 +54,7 @@ This is a work in progress.
|
|||
|
||||
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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#Robotgo
|
||||
|
||||
>Golang 跨平台自动系统,控制键盘鼠标位图和读取屏幕
|
||||
>Golang 跨平台自动系统,控制键盘鼠标位图和读取屏幕以及全局事件监听
|
||||
|
||||
RobotGo 支持 Mac, Windows, and Linux(X11).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue