Skip to content

Commit f3140f1

Browse files
author
nadeko
committed
CI autodeploy
1 parent e49ee3b commit f3140f1

File tree

2 files changed

+41
-9
lines changed

2 files changed

+41
-9
lines changed

installation/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ <h3>
124124
<tr class='package-row'>
125125
<td>Chocolatey</td>
126126
<td>
127-
<a href='https://chocolatey.org/packages/mpv'>
127+
<a href='https://chocolatey.org/packages/mpvio'>
128128
<i class='fa fa-globe'></i>
129-
<span>https://chocolatey.org/packages/mpv</span>
129+
<span>https://chocolatey.org/packages/mpvio</span>
130130
</a>
131131
</td>
132132
</tr>

manual/master/index.html

Lines changed: 39 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2341,7 +2341,7 @@ <h2>Program Behavior</h2>
23412341
<dd>Enable the builtin script that shows useful playback information on a key
23422342
binding (default: yes). By default, the <tt class="docutils literal">i</tt> key is used (<tt class="docutils literal">I</tt> to make
23432343
the overlay permanent).</dd>
2344-
<dt><tt class="docutils literal"><span class="pre">--load-osd-console=&lt;yes|no&gt;</span></tt></dt>
2344+
<dt><tt class="docutils literal"><span class="pre">--load-console=&lt;yes|no&gt;</span></tt></dt>
23452345
<dd>Enable the built-in script that shows a console on a key binding and lets
23462346
you enter commands (default: yes). The <tt class="docutils literal">`</tt> key is used to show the
23472347
console 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
1526015284
window. 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

Comments
 (0)