Reduce VNC typing delay
This commit is contained in:
parent
41c5930cde
commit
6df01a0f40
@ -181,7 +181,7 @@ func vncSendString(c *vnc.ClientConn, original string) {
|
||||
c.KeyEvent(uint32(KeyLeftShift), false)
|
||||
}
|
||||
|
||||
// qemu is picky, so no matter what, wait a small period
|
||||
time.Sleep(100 * time.Millisecond)
|
||||
// no matter what, wait a small period
|
||||
time.Sleep(50 * time.Millisecond)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user