From 06196a89340ea7ebdfdb0bf0291bcb2307cf4c9c Mon Sep 17 00:00:00 2001 From: vcaesar Date: Fri, 1 Mar 2019 07:34:59 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- README_zh.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 72eb7f8..985e452 100644 --- a/README.md +++ b/README.md @@ -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"} diff --git a/README_zh.md b/README_zh.md index ebfb310..494129c 100644 --- a/README_zh.md +++ b/README_zh.md @@ -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"}