From 314fb336f383cdc291d42196acd538e158269760 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Wed, 10 Jul 2019 23:03:29 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 75c680c..2de2d93 100644 --- a/README.md +++ b/README.md @@ -147,13 +147,13 @@ import ( func main() { robotgo.TypeStr("Hello World") - robotgo.TypeStr("测试") - robotgo.TypeString("测试") + robotgo.TypeStr("テストする") + robotgo.TypeString("テストする") - robotgo.TypeStr("山达尔星新星军团, galaxy. こんにちは世界.") + robotgo.TypeStr("galaxy. こんにちは世界.") robotgo.Sleep(1) - // ustr := uint32(robotgo.CharCodeAt("测试", 0)) + // ustr := uint32(robotgo.CharCodeAt("Test", 0)) // robotgo.UnicodeType(ustr) robotgo.KeyTap("enter")