mirror of https://github.com/mpv-player/mpv
manpage: be more explicit where input.conf is located
This commit is contained in:
parent
d68a759fa4
commit
27301ee691
|
@ -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``
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue