From 5eee1f62be732ccdc6336d1002ed9977401d2184 Mon Sep 17 00:00:00 2001 From: vCaesar Date: Fri, 24 Feb 2017 19:55:12 +0800 Subject: [PATCH] Update godoc --- robotgo.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/robotgo.go b/robotgo.go index c8d5a1c..6b48675 100644 --- a/robotgo.go +++ b/robotgo.go @@ -52,7 +52,7 @@ import ( ) const ( - version string = "v0.42.0.251,Mount Ngauruhoe!" + version string = "v0.42.0.256,Mount Ngauruhoe!" ) //GetVersion get version @@ -387,7 +387,9 @@ func Try(fun func(), handler func(interface{})) { fun() } -//KeyTap Tap the Keyboard +//KeyTap Tap the keyboard +//See keys: +// https://github.com/go-vgo/robotgo/blob/master/docs/doc.md#Keys func KeyTap(args ...interface{}) { var akey string var akeyt string