mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 10:19:01 +00:00
update some name
This commit is contained in:
parent
69bfaf9806
commit
a05e255abe
1 changed files with 2 additions and 2 deletions
|
|
@ -765,8 +765,8 @@ func TypeStr(str string, args ...float64) {
|
|||
if runtime.GOOS == "linux" {
|
||||
strUc := toUC(str)
|
||||
for i := 0; i < len(strUc); i++ {
|
||||
rstr := []rune(strUc[i])
|
||||
if len(rstr) <= 1 {
|
||||
ru := []rune(strUc[i])
|
||||
if len(ru) <= 1 {
|
||||
ustr := uint32(CharCodeAt(strUc[i], 0))
|
||||
UnicodeType(ustr)
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue