From 90d019c64830fabf262cc611f31ef29b95b3b57f Mon Sep 17 00:00:00 2001 From: vCaesar Date: Fri, 9 Dec 2016 02:31:18 +0800 Subject: [PATCH 1/3] Add Robotgo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eef8556..4b9ec0e 100644 --- a/README.md +++ b/README.md @@ -490,6 +490,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gosx-notifier](https://github.com/deckarep/gosx-notifier) - OSX Desktop Notifications library for Go. * [gotk3](https://github.com/gotk3/gotk3) - Go bindings for GTK3. * [qt](https://github.com/therecipe/qt) - Qt binding for Go (support for Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi) +* [robotgo](https://github.com/go-vgo/robotgo) - Go Native cross-platform system automation,Control the mouse, keyboard and other. * [sciter](https://github.com/oskca/sciter) - Go bindings for Sciter: the Embeddable HTML/CSS/script engine for modern desktop UI development. * [systray](https://github.com/getlantern/systray) - Cross platform Go library to place an icon and menu in the notification area * [trayhost](https://github.com/shurcooL/trayhost) - Cross-platform Go library to place an icon in the host operating system's taskbar. From fe2e82a070baa4be19536e20a4c1d3380da08e9d Mon Sep 17 00:00:00 2001 From: vCaesar Date: Fri, 9 Dec 2016 02:44:14 +0800 Subject: [PATCH 2/3] Update explain --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b9ec0e..26e9c6a 100644 --- a/README.md +++ b/README.md @@ -490,7 +490,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gosx-notifier](https://github.com/deckarep/gosx-notifier) - OSX Desktop Notifications library for Go. * [gotk3](https://github.com/gotk3/gotk3) - Go bindings for GTK3. * [qt](https://github.com/therecipe/qt) - Qt binding for Go (support for Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi) -* [robotgo](https://github.com/go-vgo/robotgo) - Go Native cross-platform system automation,Control the mouse, keyboard and other. +* [robotgo](https://github.com/go-vgo/robotgo) - Go Native cross-platform GUI system automation,Control the mouse, keyboard and other. * [sciter](https://github.com/oskca/sciter) - Go bindings for Sciter: the Embeddable HTML/CSS/script engine for modern desktop UI development. * [systray](https://github.com/getlantern/systray) - Cross platform Go library to place an icon and menu in the notification area * [trayhost](https://github.com/shurcooL/trayhost) - Cross-platform Go library to place an icon in the host operating system's taskbar. From 95e9b5f8a99ac3c0e5e25ade1b17cf4f53f44549 Mon Sep 17 00:00:00 2001 From: vCaesar Date: Fri, 9 Dec 2016 02:47:43 +0800 Subject: [PATCH 3/3] Update explain --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26e9c6a..a006937 100644 --- a/README.md +++ b/README.md @@ -490,7 +490,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gosx-notifier](https://github.com/deckarep/gosx-notifier) - OSX Desktop Notifications library for Go. * [gotk3](https://github.com/gotk3/gotk3) - Go bindings for GTK3. * [qt](https://github.com/therecipe/qt) - Qt binding for Go (support for Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi) -* [robotgo](https://github.com/go-vgo/robotgo) - Go Native cross-platform GUI system automation,Control the mouse, keyboard and other. +* [robotgo](https://github.com/go-vgo/robotgo) - Go Native cross-platform GUI system automation;Control the mouse, keyboard and other. * [sciter](https://github.com/oskca/sciter) - Go bindings for Sciter: the Embeddable HTML/CSS/script engine for modern desktop UI development. * [systray](https://github.com/getlantern/systray) - Cross platform Go library to place an icon and menu in the notification area * [trayhost](https://github.com/shurcooL/trayhost) - Cross-platform Go library to place an icon in the host operating system's taskbar.