mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-02 23:23:55 +00:00
Update example README.md
This commit is contained in:
parent
ba0ba03d7c
commit
674f807cf1
@ -35,11 +35,11 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
robotgo.TypeString("Hello World")
|
robotgo.TypeStr("Hello World")
|
||||||
robotgo.TypeString("测试")
|
// robotgo.TypeString("だんしゃり")
|
||||||
robotgo.TypeStr("测试")
|
robotgo.TypeStr("だんしゃり")
|
||||||
ustr := uint32(robotgo.CharCodeAt("测试", 0))
|
// ustr := uint32(robotgo.CharCodeAt("だんしゃり", 0))
|
||||||
robotgo.UnicodeType(ustr)
|
// robotgo.UnicodeType(ustr)
|
||||||
|
|
||||||
robotgo.KeyTap("enter")
|
robotgo.KeyTap("enter")
|
||||||
robotgo.TypeString("en")
|
robotgo.TypeString("en")
|
||||||
|
Loading…
Reference in New Issue
Block a user