Update README.md

This commit is contained in:
vcaesar 2019-07-11 11:37:20 -04:00
parent 314fb336f3
commit 82cdb49c02

View File

@ -18,7 +18,7 @@
RobotGo supports Mac, Windows, and Linux(X11). RobotGo supports Mac, Windows, and Linux(X11).
[Chinese](https://github.com/go-vgo/robotgo/blob/master/README_zh.md) [Chinese Simplified](https://github.com/go-vgo/robotgo/blob/master/README_zh.md)
## Contents ## Contents
- [Docs](#docs) - [Docs](#docs)
@ -147,10 +147,10 @@ import (
func main() { func main() {
robotgo.TypeStr("Hello World") robotgo.TypeStr("Hello World")
robotgo.TypeStr("テストする") robotgo.TypeStr("だんしゃり")
robotgo.TypeString("テストする") robotgo.TypeString("テストする")
robotgo.TypeStr("galaxy. こんにちは世界.") robotgo.TypeStr("Hi galaxy. こんにちは世界.")
robotgo.Sleep(1) robotgo.Sleep(1)
// ustr := uint32(robotgo.CharCodeAt("Test", 0)) // ustr := uint32(robotgo.CharCodeAt("Test", 0))