mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-23 17:59:12 +00:00
update code fixed x11 type sleep
This commit is contained in:
parent
c9767fb59b
commit
4f343de1c5
1 changed files with 2 additions and 1 deletions
|
|
@ -742,9 +742,10 @@ func TypeStr(str string, args ...float64) {
|
|||
inputUTF(strUc[i])
|
||||
MicroSleep(tm1)
|
||||
}
|
||||
|
||||
MicroSleep(tm)
|
||||
}
|
||||
|
||||
MicroSleep(tm)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue