From 6bf53298d1fd0e7be317afb29838d7c3b5292854 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Mon, 20 Aug 2018 07:32:36 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ README_zh.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 643bceb..b04f8ac 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/README_zh.md b/README_zh.md index 26c367f..9941837 100644 --- a/README_zh.md +++ b/README_zh.md @@ -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)