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