# HG changeset patch # User reimar # Date 1301006782 0 # Node ID 733cca07c9a4b8104b8b2532b968b14c5a26f8d5 # Parent 03ed899a72bc5273e704e0a5903414472dd7f3a6 Update key-fifo-size documentation, stuck keys should no longer be possible, for small buffers double-clicks should be disabled. diff -r 03ed899a72bc -r 733cca07c9a4 DOCS/man/en/mplayer.1 --- 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 (LIRC only)