From 857952dce3e78e678bf6d14046e2290e7016d6b8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 20 Feb 2014 13:38:39 +0100 Subject: input: check for abort cmd in multi-commands MP_CMD_COMMAND_LIST commands (used to implement key bindings with multiple commands) were not checked for abort commands. Implement it. Remove the remarks about multi-commands being special from the manpage. Seek coalescing is handled differently now, and the issue with abort commands is fixed with this commit. --- DOCS/man/en/input.rst | 5 ----- 1 file changed, 5 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst index dc31ea081e..99e51e8ca9 100644 --- a/DOCS/man/en/input.rst +++ b/DOCS/man/en/input.rst @@ -52,11 +52,6 @@ You can bind multiple commands to one key. For example: | a show_text "command 1" ; show_text "command 2" -Note that some magic is disabled for keys: seek commands inside lists are not -coalesced (seeking will appear slower), and no check is done for abort commands -(so these commands can't be used to abort playback if the network cache is -stuck). - List of Input Commands ---------------------- -- cgit v1.2.3