mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-31 06:13:55 +00:00
Update README.md
This commit is contained in:
parent
c577ec56ee
commit
06196a8934
@ -148,11 +148,11 @@ func main() {
|
||||
robotgo.TypeStr("山达尔星新星军团, galaxy. こんにちは世界.")
|
||||
robotgo.Sleep(1)
|
||||
|
||||
ustr := uint32(robotgo.CharCodeAt("测试", 0))
|
||||
robotgo.UnicodeType(ustr)
|
||||
// ustr := uint32(robotgo.CharCodeAt("测试", 0))
|
||||
// robotgo.UnicodeType(ustr)
|
||||
|
||||
robotgo.KeyTap("enter")
|
||||
robotgo.TypeString("en")
|
||||
// robotgo.TypeString("en")
|
||||
robotgo.KeyTap("i", "alt", "command")
|
||||
|
||||
arr := []string{"alt", "command"}
|
||||
|
@ -146,11 +146,11 @@ func main() {
|
||||
robotgo.TypeStr("山达尔星新星军团, galaxy. こんにちは世界.")
|
||||
robotgo.Sleep(1)
|
||||
|
||||
ustr := uint32(robotgo.CharCodeAt("测试", 0))
|
||||
robotgo.UnicodeType(ustr)
|
||||
// ustr := uint32(robotgo.CharCodeAt("测试", 0))
|
||||
// robotgo.UnicodeType(ustr)
|
||||
|
||||
robotgo.KeyTap("enter")
|
||||
robotgo.TypeString("en")
|
||||
// robotgo.TypeString("en")
|
||||
robotgo.KeyTap("i", "alt", "command")
|
||||
|
||||
arr := []string{"alt", "command"}
|
||||
|
Loading…
Reference in New Issue
Block a user