From 3c5e8caf8920147f4d3ad84527c9c6badaa61683 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Wed, 7 Feb 2018 20:16:12 +0800 Subject: [PATCH] add AddEvent "space" fix #110 --- robotgo.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/robotgo.go b/robotgo.go index 1230d25..00ee423 100644 --- a/robotgo.go +++ b/robotgo.go @@ -63,7 +63,7 @@ import ( ) const ( - version string = "v0.48.0.510, Ben Nevis!" + version string = "v0.48.0.511, Ben Nevis!" ) type ( @@ -1128,6 +1128,7 @@ func AddEvent(aeve string) int { "ctrl": "29", "control": "29", "alt": "56", + "space": "57", "shift": "42", "enter": "28", "command": "3675",