mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-31 06:13:55 +00:00
update examples and version
This commit is contained in:
parent
bde093a1c7
commit
031b46cb88
@ -16,7 +16,10 @@ func colorPicker() {
|
||||
fmt.Println("color: #", clo)
|
||||
|
||||
// clipboard
|
||||
robotgo.WriteAll("#" + clo)
|
||||
err := robotgo.WriteAll("#" + clo)
|
||||
if err != nil {
|
||||
fmt.Println("err: ", err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -99,7 +99,7 @@ func cilp() {
|
||||
if err != nil {
|
||||
fmt.Println("robotgo.ReadAll err is: ", err)
|
||||
}
|
||||
fmt.Println(text)
|
||||
fmt.Println("text: ", text)
|
||||
}
|
||||
|
||||
func key() {
|
||||
|
@ -70,7 +70,7 @@ import (
|
||||
|
||||
const (
|
||||
// Version get the robotgo version
|
||||
Version = "v0.91.0.1089, MT. Rainier!"
|
||||
Version = "v0.93.1.1189, MT. Rainier!"
|
||||
)
|
||||
|
||||
// GetVersion get the robotgo version
|
||||
|
Loading…
Reference in New Issue
Block a user