From a3ef4c62fc5039e524d91f1e41bd51ba363489d8 Mon Sep 17 00:00:00 2001 From: "Avi Halachmi (:avih)" Date: Thu, 7 Oct 2021 21:40:20 +0300 Subject: DOCS/options: refine --no-input-default-bindings --- DOCS/man/options.rst | 8 ++++---- 1 file 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 -- cgit v1.2.3