diff --git a/README.md b/README.md index 3ef4b90..ebbc6b4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_zh.md b/README_zh.md index 66c2781..4351dd0 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,6 +1,6 @@ #Robotgo - >Golang 跨平台自动系统,控制键盘鼠标位图和读取屏幕 + >Golang 跨平台自动系统,控制键盘鼠标位图和读取屏幕以及全局事件监听 RobotGo 支持 Mac, Windows, and Linux(X11).