Reduce VNC typing delay

This commit is contained in:
Cheng Sun 2014-12-12 10:18:11 +00:00
parent 41c5930cde
commit 6df01a0f40

View File

@ -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)
}
}