mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-02 23:23:55 +00:00
Update README.md
This commit is contained in:
parent
314fb336f3
commit
82cdb49c02
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user