mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
Update README.md
This commit is contained in:
parent
5800de8871
commit
69bfaf9806
14
README_zh.md
14
README_zh.md
@ -145,14 +145,14 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
robotgo.TypeStr("Hello World")
|
robotgo.TypeStr("Hello World. Winter is coming!")
|
||||||
robotgo.TypeStr("测试")
|
robotgo.TypeStr("だんしゃり", 1.0)
|
||||||
// robotgo.TypeString("测试")
|
// robotgo.TypeString("テストする")
|
||||||
|
|
||||||
robotgo.TypeStr("山达尔星新星军团, galaxy. こんにちは世界.")
|
robotgo.TypeStr("Hi galaxy. こんにちは世界.")
|
||||||
robotgo.Sleep(1)
|
robotgo.Sleep(1)
|
||||||
|
|
||||||
// ustr := uint32(robotgo.CharCodeAt("测试", 0))
|
// ustr := uint32(robotgo.CharCodeAt("テストする", 0))
|
||||||
// robotgo.UnicodeType(ustr)
|
// robotgo.UnicodeType(ustr)
|
||||||
|
|
||||||
robotgo.KeyTap("enter")
|
robotgo.KeyTap("enter")
|
||||||
@ -162,7 +162,7 @@ func main() {
|
|||||||
arr := []string{"alt", "command"}
|
arr := []string{"alt", "command"}
|
||||||
robotgo.KeyTap("i", arr)
|
robotgo.KeyTap("i", arr)
|
||||||
|
|
||||||
robotgo.WriteAll("测试")
|
robotgo.WriteAll("テストする")
|
||||||
text, err := robotgo.ReadAll()
|
text, err := robotgo.ReadAll()
|
||||||
if err == nil {
|
if err == nil {
|
||||||
fmt.Println(text)
|
fmt.Println(text)
|
||||||
@ -347,7 +347,7 @@ GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64
|
|||||||
|
|
||||||
## Donate
|
## Donate
|
||||||
|
|
||||||
支持 robotgo, [buy me a coffee](https://github.com/go-vgo/buy-me-a-coffee).
|
<!-- 支持 robotgo, [buy me a coffee](https://github.com/go-vgo/buy-me-a-coffee). -->
|
||||||
|
|
||||||
#### Paypal
|
#### Paypal
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user