From 869484d91e29a99cfd2f52f0bf8b892bfed5ce42 Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Mon, 21 Oct 2024 12:49:17 +0200 Subject: [PATCH] DOCS/man/stats: bindlist: use --script-opts-append Use --script-opts-append=bindlist instead of --script-opts to not overwrite script-opts in mpv.conf, which may set different key bindings. --- DOCS/man/stats.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DOCS/man/stats.rst b/DOCS/man/stats.rst index d98470c61a..204c17f972 100644 --- a/DOCS/man/stats.rst +++ b/DOCS/man/stats.rst @@ -258,11 +258,11 @@ The keys are grouped automatically using a simple analysis of the command string, and one should not expect documentation-level grouping accuracy, however, it should still be reasonably useful. -Using ``--idle --script-opts=stats-bindlist=yes`` will print the list to the -terminal and quit immediately. By default long lines are shortened to 79 chars, -and terminal escape sequences are enabled. A different length limit can be -set by changing ``yes`` to a number (at least 40), and escape sequences can be -disabled by adding ``-`` before the value, e.g. ``...=-yes`` or ``...=-120``. +Using ``--idle --script-opts-append=stats-bindlist=yes`` will print the list to +the terminal and quit immediately. By default long lines are shortened to 79 +chars, and terminal escape sequences are enabled. A different length limit can +be set by changing ``yes`` to a number (at least 40), and escape sequences can +be disabled by adding ``-`` before the value, e.g. ``...=-yes`` or ``...=-120``. Like with ``--input-test``, the list includes bindings from ``input.conf`` and from user scripts. Use ``--no-config`` to list only built-in bindings.