summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorenly1 <enly1@techlib.co.uk>2022-08-29 13:24:17 +0100
committeravih <avih@users.noreply.github.com>2022-08-29 16:26:15 +0300
commit92c03a191b826759cec8190b117868070e8edc24 (patch)
tree676787a821c65f25c29f26870304c118bf2e34d7 /DOCS
parent211ce69f74214f8f9d2225df5b683718bab2f60d (diff)
downloadmpv-92c03a191b826759cec8190b117868070e8edc24.tar.bz2
mpv-92c03a191b826759cec8190b117868070e8edc24.tar.xz
DOCS/mpv: added COMMAND INTERFACE refs to INTERACTIVE CONTROL
Added COMMAND INTERFACE references to make it easier for new users.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/mpv.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index adabd86ee6..48e60edb29 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -39,9 +39,11 @@ LIRC support - configure remotes as input devices instead).
See the ``--input-`` options for ways to customize it.
-The following listings are not necessarily complete. See ``etc/input.conf`` for
-a list of default bindings. User ``input.conf`` files and Lua scripts can
-define additional key bindings.
+The following listings are not necessarily complete. See ``etc/input.conf``
+in the mpv source files for a list of default bindings. User ``input.conf`` files
+and Lua scripts can define additional key bindings.
+
+See `COMMAND INTERFACE`_ and `Key names`_ sections for more details on configuring keybindings.
See also ``--input-test`` for interactive binding details by key, and the
`stats`_ built-in script for key bindings list (including print to terminal).