mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-19 22:33:55 +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" {
|
if runtime.GOOS == "linux" {
|
||||||
strUc := toUC(str)
|
strUc := toUC(str)
|
||||||
for i := 0; i < len(strUc); i++ {
|
for i := 0; i < len(strUc); i++ {
|
||||||
rstr := []rune(strUc[i])
|
ru := []rune(strUc[i])
|
||||||
if len(rstr) <= 1 {
|
if len(ru) <= 1 {
|
||||||
ustr := uint32(CharCodeAt(strUc[i], 0))
|
ustr := uint32(CharCodeAt(strUc[i], 0))
|
||||||
UnicodeType(ustr)
|
UnicodeType(ustr)
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user