summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2021-10-07 21:40:20 +0300
committerAvi Halachmi (:avih) <avihpit@yahoo.com>2021-10-11 22:16:51 +0300
commita3ef4c62fc5039e524d91f1e41bd51ba363489d8 (patch)
treea4362906d016f537cfe2f10ba6c794537de1adb0 /DOCS
parent2a183c5ca7c624421e3ccf9c72d7a129609e98b1 (diff)
downloadmpv-a3ef4c62fc5039e524d91f1e41bd51ba363489d8.tar.bz2
mpv-a3ef4c62fc5039e524d91f1e41bd51ba363489d8.tar.xz
DOCS/options: refine --no-input-default-bindings
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 812b66639f..e270f5ca92 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3837,10 +3837,10 @@ Input
configuration directory (usually ``~/.config/mpv/input.conf``).
``--no-input-default-bindings``
- Disable mpv default (built-in) key bindings. Currently this includes all
- key bindings which ``input.conf`` can override, like those added by scripts
- using ``mp.add_key_binding`` (but not ``mp.add_forced_key_binding``).
- This might change in the future to exclude ``mp.add_key_binding``.
+ Disable default-level ("weak") key bindings. These are bindings which config
+ files like ``input.conf`` can override. It currently affects the builtin key
+ bindings, and keys which scripts bind using ``mp.add_key_binding`` (but not
+ ``mp.add_forced_key_binding`` because this overrides ``input.conf``).
``--no-input-builtin-bindings``
Disable loading of built-in key bindings during start-up. This option is