mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-02 23:23:55 +00:00
Update godoc
This commit is contained in:
parent
b9d7da1c90
commit
5eee1f62be
@ -52,7 +52,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
version string = "v0.42.0.251,Mount Ngauruhoe!"
|
version string = "v0.42.0.256,Mount Ngauruhoe!"
|
||||||
)
|
)
|
||||||
|
|
||||||
//GetVersion get version
|
//GetVersion get version
|
||||||
@ -387,7 +387,9 @@ func Try(fun func(), handler func(interface{})) {
|
|||||||
fun()
|
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{}) {
|
func KeyTap(args ...interface{}) {
|
||||||
var akey string
|
var akey string
|
||||||
var akeyt string
|
var akeyt string
|
||||||
|
Loading…
Reference in New Issue
Block a user