From 674f807cf1420248f3a8c2f7399d15b7a939ad77 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Wed, 17 Jul 2019 12:53:47 -0400 Subject: [PATCH] Update example README.md --- examples/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/README.md b/examples/README.md index 51cfd3e..4692a6c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -35,11 +35,11 @@ import ( ) func main() { - robotgo.TypeString("Hello World") - robotgo.TypeString("测试") - robotgo.TypeStr("测试") - ustr := uint32(robotgo.CharCodeAt("测试", 0)) - robotgo.UnicodeType(ustr) + robotgo.TypeStr("Hello World") + // robotgo.TypeString("だんしゃり") + robotgo.TypeStr("だんしゃり") + // ustr := uint32(robotgo.CharCodeAt("だんしゃり", 0)) + // robotgo.UnicodeType(ustr) robotgo.KeyTap("enter") robotgo.TypeString("en")