changeset 33020:733cca07c9a4

Update key-fifo-size documentation, stuck keys should no longer be possible, for small buffers double-clicks should be disabled.
author reimar
date Thu, 24 Mar 2011 22:46:22 +0000
parents 03ed899a72bc
children 63beda39479c
files DOCS/man/en/mplayer.1
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Thu Mar 24 22:34:23 2011 +0000
+++ b/DOCS/man/en/mplayer.1	Thu Mar 24 22:46:22 2011 +0000
@@ -1006,12 +1006,14 @@
 .B \-key\-fifo\-size <2\-65000>
 Specify the size of the FIFO that buffers key events (default: 7).
 A FIFO of size n can buffer (n\-1) events.
-If it is too small some events may be lost
-(leading to "stuck mouse buttons" and similar effects).
+If it is too small some events may be lost.
 If it is too big, MPlayer may seem to hang while it
 processes the buffered events.
 To get the same behavior as before this option was introduced,
 set it to 2 for Linux or 1024 for Windows.
+For small value you should disable double-clicks by setting
+\-doubleclick\-time to 0 so they do not compete with regular
+events for buffer space.
 .
 .TP
 .B \-lircconf <filename> (LIRC only)