mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
Update README.md
This commit is contained in:
parent
f0c511fedf
commit
6bf53298d1
@ -135,6 +135,10 @@ func main() {
|
||||
robotgo.TypeString("Hello World")
|
||||
robotgo.TypeString("测试")
|
||||
robotgo.TypeStr("测试")
|
||||
|
||||
robotgo.TypeStr("山达尔星新星军团, galaxy. こんにちは世界.")
|
||||
robotgo.Sleep(1)
|
||||
|
||||
ustr := uint32(robotgo.CharCodeAt("测试", 0))
|
||||
robotgo.UnicodeType(ustr)
|
||||
|
||||
|
@ -133,6 +133,10 @@ func main() {
|
||||
robotgo.TypeString("Hello World")
|
||||
robotgo.TypeString("测试")
|
||||
robotgo.TypeStr("测试")
|
||||
|
||||
robotgo.TypeStr("山达尔星新星军团, galaxy. こんにちは世界.")
|
||||
robotgo.Sleep(1)
|
||||
|
||||
ustr := uint32(robotgo.CharCodeAt("测试", 0))
|
||||
robotgo.UnicodeType(ustr)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user