summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-04-18 18:20:23 +0200
committerwm4 <wm4@nowhere>2014-04-18 18:20:23 +0200
commitba4263e99268f3da7f03eba3e0815698cdbf5801 (patch)
tree91c64de77e98736ecb63ba733d04b20c6a73de0d /DOCS
parent3ded6077ae325f1c14ba347ec72e208fcd22abb9 (diff)
downloadmpv-ba4263e99268f3da7f03eba3e0815698cdbf5801.tar.bz2
mpv-ba4263e99268f3da7f03eba3e0815698cdbf5801.tar.xz
manpage: clarify one aspect of multi-keybindings
The explanation is kind of obvious, but on the other it'd probably be confusing not to clarify this.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/input.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst
index a8c1fc177f..2710ad9239 100644
--- a/DOCS/man/en/input.rst
+++ b/DOCS/man/en/input.rst
@@ -60,7 +60,8 @@ It's also possible to bind a command to a sequence of keys:
If ``a`` or ``a-b`` or ``b`` are already bound, this will run all commands. It
doesn't delay key bindings, and it simply considers the past key history on
-any key press.
+any key press. Intermediate keys can be mapped to ``ignore`` in order to avoid
+this issue.
List of Input Commands
----------------------