@@ -2341,7 +2341,7 @@ <h2>Program Behavior</h2>
23412341<dd>Enable the builtin script that shows useful playback information on a key
23422342binding (default: yes). By default, the <tt class="docutils literal">i</tt> key is used (<tt class="docutils literal">I</tt> to make
23432343the overlay permanent).</dd>
2344- <dt><tt class="docutils literal"><span class="pre">--load-osd- console=<yes|no></span></tt></dt>
2344+ <dt><tt class="docutils literal"><span class="pre">--load-console=<yes|no></span></tt></dt>
23452345<dd>Enable the built-in script that shows a console on a key binding and lets
23462346you enter commands (default: yes). The <tt class="docutils literal">`</tt> key is used to show the
23472347console by default, and <tt class="docutils literal">ESC</tt> to hide it again.</dd>
@@ -15023,11 +15023,23 @@ <h2>Usage</h2>
1502315023</tr>
1502415024</tbody>
1502515025</table>
15026+ <p>If stats were displayed by toggling, these key bindings are also active:</p>
15027+ <table border="1" class="docutils">
15028+ <colgroup>
15029+ <col width="18%" />
15030+ <col width="82%" />
15031+ </colgroup>
15032+ <tbody valign="top">
15033+ <tr><td>ESC</td>
15034+ <td>Close the stats</td>
15035+ </tr>
15036+ </tbody>
15037+ </table>
1502615038<p>On pages which support scroll, these key bindings are also active:</p>
1502715039<table border="1" class="docutils">
1502815040<colgroup>
15029- <col width="16 %" />
15030- <col width="84 %" />
15041+ <col width="17 %" />
15042+ <col width="83 %" />
1503115043</colgroup>
1503215044<tbody valign="top">
1503315045<tr><td>UP</td>
@@ -15038,8 +15050,18 @@ <h2>Usage</h2>
1503815050</tr>
1503915051</tbody>
1504015052</table>
15041- <p>Page 4 also binds <tt class="docutils literal">/</tt> to search for input bindings by typing part of a binding
15042- or command.</p>
15053+ <p>On page 4, these key bindings are also active:</p>
15054+ <table border="1" class="docutils">
15055+ <colgroup>
15056+ <col width="17%" />
15057+ <col width="83%" />
15058+ </colgroup>
15059+ <tbody valign="top">
15060+ <tr><td>/</td>
15061+ <td>Search key bindings</td>
15062+ </tr>
15063+ </tbody>
15064+ </table>
1504315065</div>
1504415066<div class="section" id="id2">
1504515067<h2>Configuration</h2>
@@ -15060,7 +15082,9 @@ <h3>Configurable Options</h3>
1506015082<dt><tt class="docutils literal">key_page_5</tt></dt>
1506115083<dd>Default: 5</dd>
1506215084<dt><tt class="docutils literal">key_page_0</tt></dt>
15063- <dd><p class="first">Default: 0</p>
15085+ <dd>Default: 0</dd>
15086+ <dt><tt class="docutils literal">key_exit</tt></dt>
15087+ <dd><p class="first">Default: ESC</p>
1506415088<p class="last">Key bindings for page switching while stats are displayed.</p>
1506515089</dd>
1506615090<dt><tt class="docutils literal">key_scroll_up</tt></dt>
@@ -15258,7 +15282,7 @@ <h3>Internal stuff page</h3>
1525815282<h1>CONSOLE</h1>
1525915283<p>The console is a REPL for mpv input commands. It is displayed on the video
1526015284window. It also shows log messages. It can be disabled entirely using the
15261- <tt class="docutils literal"><span class="pre">--load-osd- console=no</span></tt> option.</p>
15285+ <tt class="docutils literal"><span class="pre">--load-console=no</span></tt> option.</p>
1526215286<div class="section" id="keybindings">
1526315287<h2>Keybindings</h2>
1526415288<dl class="docutils">
@@ -15324,6 +15348,14 @@ <h2>Keybindings</h2>
1532415348<dd>Cycle through the completions backwards.</dd>
1532515349<dt>Ctrl+l</dt>
1532615350<dd>Clear all log messages from the console.</dd>
15351+ <dt>MBTN_RIGHT</dt>
15352+ <dd>Hide the console.</dd>
15353+ <dt>MBTN_MID</dt>
15354+ <dd>Paste text (uses the primary selection on X11 and Wayland).</dd>
15355+ <dt>WHEEL_UP</dt>
15356+ <dd>Move back in the command history.</dd>
15357+ <dt>WHEEL_DOWN</dt>
15358+ <dd>Move forward in the command history.</dd>
1532715359</dl>
1532815360</div>
1532915361<div class="section" id="commands">
0 commit comments