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)