Update README.md

This commit is contained in:
vcaesar 2019-03-01 07:34:59 -04:00
parent c577ec56ee
commit 06196a8934
2 changed files with 6 additions and 6 deletions

View File

@ -148,11 +148,11 @@ func main() {
robotgo.TypeStr("山达尔星新星军团, galaxy. こんにちは世界.")
robotgo.Sleep(1)
ustr := uint32(robotgo.CharCodeAt("测试", 0))
robotgo.UnicodeType(ustr)
// ustr := uint32(robotgo.CharCodeAt("测试", 0))
// robotgo.UnicodeType(ustr)
robotgo.KeyTap("enter")
robotgo.TypeString("en")
// robotgo.TypeString("en")
robotgo.KeyTap("i", "alt", "command")
arr := []string{"alt", "command"}

View File

@ -146,11 +146,11 @@ func main() {
robotgo.TypeStr("山达尔星新星军团, galaxy. こんにちは世界.")
robotgo.Sleep(1)
ustr := uint32(robotgo.CharCodeAt("测试", 0))
robotgo.UnicodeType(ustr)
// ustr := uint32(robotgo.CharCodeAt("测试", 0))
// robotgo.UnicodeType(ustr)
robotgo.KeyTap("enter")
robotgo.TypeString("en")
// robotgo.TypeString("en")
robotgo.KeyTap("i", "alt", "command")
arr := []string{"alt", "command"}