summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordudemanguy <random342@airmail.cc>2019-09-26 15:54:15 -0500
committerdudemanguy <random342@airmail.cc>2019-09-26 15:54:15 -0500
commit450209344b3098a933c97450c3cbbe2749824f90 (patch)
tree5bc6696ff22daf3edc5f675d6f26968d9d0b829a
parent9dc0a9f0e0ac448f3aec539531f1078a190b8698 (diff)
downloadmpv-450209344b3098a933c97450c3cbbe2749824f90.tar.bz2
mpv-450209344b3098a933c97450c3cbbe2749824f90.tar.xz
DOCS: don't lie about the keybind command
It turns out you can actually bind keybind to another keybind. Just be careful with all the quotes.
-rw-r--r--DOCS/man/input.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index a2d5f517c5..744aaf3168 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -592,8 +592,7 @@ Remember to quote string arguments in input.conf (see `Flat command syntax`_).
Binds a key to an input command. ``command`` must be a complete command
containing all the desired arguments and flags. Both ``name`` and
``command`` use the ``input.conf`` naming scheme. This is primarily
- useful for the client API. Note that ``keybind`` cannot be bound to
- another ``keybind`` command.
+ useful for the client API.
``audio-add <url> [<flags> [<title> [<lang>]]]``
Load the given audio file. See ``sub-add`` command.