]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-options.hx
vnc: Set default kbd delay to 10ms
[mirror_qemu.git] / qemu-options.hx
index 99af8edf5f30f1eb6f5037396381425148c276e2..48dfffd86a9522ebaed87d558614655d7759f32a 100644 (file)
@@ -1491,7 +1491,7 @@ spec but is traditional QEMU behavior.
 @item key-delay-ms
 
 Set keyboard delay, for key down and key up events, in milliseconds.
-Default is 1.  Keyboards are low-bandwidth devices, so this slowdown
+Default is 10.  Keyboards are low-bandwidth devices, so this slowdown
 can help the device and guest to keep up and not lose events in case
 events are arriving in bulk.  Possible causes for the latter are flaky
 network connections, or scripts for automated testing.