Update README.md

This commit is contained in:
vcaesar 2018-08-20 07:32:36 -04:00
parent f0c511fedf
commit 6bf53298d1
2 changed files with 8 additions and 0 deletions

View File

@ -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)

View File

@ -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)