From 799ebac0402b05c8b093092f063cf28cf30f781f Mon Sep 17 00:00:00 2001 From: vCaesar Date: Sun, 30 Oct 2016 15:04:40 +0800 Subject: [PATCH] Update md --- README.md | 4 ++-- README_zh.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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).