Update md

This commit is contained in:
vCaesar 2016-10-30 15:04:40 +08:00
parent 9cf5bb462e
commit 799ebac040
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
#Robotgo
>Golang 跨平台自动系统,控制键盘鼠标位图和读取屏幕
>Golang 跨平台自动系统,控制键盘鼠标位图和读取屏幕以及全局事件监听
RobotGo 支持 Mac, Windows, and Linux(X11).