mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 06:33:56 +00:00
update some name
This commit is contained in:
parent
69bfaf9806
commit
a05e255abe
@ -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 New Issue
Block a user