mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-23 17:59:12 +00:00
Update godoc
This commit is contained in:
parent
b9d7da1c90
commit
5eee1f62be
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue