diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index a4a314011d..04c1dc16fb 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -10,6 +10,11 @@ value (upper case if combined with ``Shift``), or a name for special keys. For example, ``a`` maps to the ``a`` key without shift, and ``A`` maps to ``a`` with shift. +The file is normally located in ``~/.config/mpv/input.conf`` (some platforms +may use different paths). The default bindings are defined here:: + + https://github.com/mpv-player/mpv/blob/master/etc/input.conf + A list of special keys can be obtained with ``mpv --input-keylist`` diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index 9ddb6863e5..15c67336c7 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -672,7 +672,7 @@ FILES mpv user settings ``~/.config/mpv/input.conf`` - input bindings (see ``--input-keylist`` for the full list) + key bindings (see `INPUT.CONF`_ section) ``~/.config/mpv/lua/`` All files in this directly are loaded as if they were passed to the