- add more comments about paste delay

This commit is contained in:
Bryce Denney 2002-03-28 07:49:52 +00:00
parent 8ceca1a4c5
commit 69bacbcec4
1 changed files with 10 additions and 3 deletions

View File

@ -256,9 +256,16 @@ keyboard_serial_delay: 250
#=======================================================================
# KEYBOARD_PASTE_DELAY:
# Approximate time in microseconds between attemps to paste
# characters to the keyboard controller. This leave time to the
# guest os to deal with the flow of characters.
# Approximate time in microseconds between attempts to paste
# characters to the keyboard controller. This leaves time for the
# guest os to deal with the flow of characters. The ideal setting
# depends on how your operating system processes characters. The
# default of 100000 usec (.1 seconds) was chosen because it works
# consistently in Windows.
#
# If your OS is losing characters during a paste, increase the paste
# delay until it stops losing characters.
#
# Examples:
# keyboard_paste_delay: 100000
#=======================================================================