You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manual/master/index.html
+38-37Lines changed: 38 additions & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ <h2>Keyboard Control</h2>
97
97
<dt>Ctrl+LEFT and Ctrl+RIGHT</dt>
98
98
<dd>Seek to the previous/next subtitle. Subject to some restrictions and
99
99
might not always work; see <tt class="docutils literal"><span class="pre">sub-seek</span></tt> command.</dd>
100
-
<dt>Ctrl+Shift+Left and Ctrl+Shift+Right</dt>
100
+
<dt>Ctrl+Shift+LEFT and Ctrl+Shift+RIGHT</dt>
101
101
<dd>Adjust subtitle delay so that the next or previous subtitle is displayed
102
102
now. This is especially useful to sync subtitles to audio.</dd>
103
103
<dt>[ and ]</dt>
@@ -119,7 +119,7 @@ <h2>Keyboard Control</h2>
119
119
<dd>Go backward/forward in the playlist.</dd>
120
120
<dt>ENTER</dt>
121
121
<dd>Go forward in the playlist.</dd>
122
-
<dt>p / SPACE</dt>
122
+
<dt>p and SPACE</dt>
123
123
<dd>Pause (pressing again unpauses).</dd>
124
124
<dt>.</dt>
125
125
<dd>Step forward. Pressing once will pause, every consecutive press will
@@ -156,7 +156,7 @@ <h2>Keyboard Control</h2>
156
156
<dt>w and W</dt>
157
157
<dd>Decrease/increase pan-and-scan range. The <tt class="docutils literal">e</tt> key does the same as
158
158
<tt class="docutils literal">W</tt> currently, but use is discouraged.</dd>
159
-
<dt>o (also P)</dt>
159
+
<dt>o and P</dt>
160
160
<dd>Show progression bar, elapsed time and total duration on the OSD.</dd>
161
161
<dt>O</dt>
162
162
<dd>Toggle OSD states between normal and playback time/duration.</dd>
@@ -171,7 +171,7 @@ <h2>Keyboard Control</h2>
171
171
<dd>Set/clear A-B loop points. See <tt class="docutils literal"><span class="pre">ab-loop</span></tt> command for details.</dd>
172
172
<dt>L</dt>
173
173
<dd>Toggle infinite looping.</dd>
174
-
<dt>Ctrl + and Ctrl-</dt>
174
+
<dt>Ctrl++ and Ctrl+-</dt>
175
175
<dd>Adjust audio delay (A/V sync) by +/- 0.1 seconds.</dd>
176
176
<dt>Shift+g and Shift+f</dt>
177
177
<dd>Adjust subtitle font size by +/- 10%.</dd>
@@ -190,7 +190,7 @@ <h2>Keyboard Control</h2>
190
190
<dt>S</dt>
191
191
<dd>Take a screenshot, without subtitles. (Whether this works depends on VO
192
192
driver support.)</dd>
193
-
<dt>Ctrls</dt>
193
+
<dt>Ctrl+s</dt>
194
194
<dd>Take a screenshot, as the window shows it (with subtitles, OSD, and scaled
195
195
video).</dd>
196
196
<dt>PGUP and PGDWN</dt>
@@ -204,11 +204,11 @@ <h2>Keyboard Control</h2>
204
204
<dd>Activate/deactivate deinterlacer.</dd>
205
205
<dt>A</dt>
206
206
<dd>Cycle aspect ratio override.</dd>
207
-
<dt>Ctrlh</dt>
207
+
<dt>Ctrl+h</dt>
208
208
<dd>Toggle hardware video decoding on/off.</dd>
209
209
<dt>Alt+LEFT, Alt+RIGHT, Alt+UP, Alt+DOWN</dt>
210
210
<dd>Move the video rectangle (panning).</dd>
211
-
<dt>Alt + and Alt-</dt>
211
+
<dt>Alt++ and Alt+-</dt>
212
212
<dd>Combining <tt class="docutils literal">Alt</tt> with the <tt class="docutils literal">+</tt> or <tt class="docutils literal">-</tt> keys changes video zoom.</dd>
213
213
<dt>Alt+BACKSPACE</dt>
214
214
<dd>Reset the pan/zoom settings.</dd>
@@ -222,7 +222,7 @@ <h2>Keyboard Control</h2>
222
222
<dd>Show/toggle an overlay displaying statistics about the currently playing
223
223
file such as codec, framerate, number of dropped frames and so on. See
224
224
<a class="reference internal" href="#stats">STATS</a> for more information.</dd>
225
-
<dt>del</dt>
225
+
<dt>DEL</dt>
226
226
<dd>Cycle OSC visibility between never / auto (mouse-move) / always</dd>
227
227
<dt>`</dt>
228
228
<dd>Show the console. (ESC closes it again. See <a class="reference internal" href="#console">CONSOLE</a>.)</dd>
@@ -238,13 +238,13 @@ <h2>Keyboard Control</h2>
238
238
<dd>Adjust gamma.</dd>
239
239
<dt>7 and 8</dt>
240
240
<dd>Adjust saturation.</dd>
241
-
<dt>Alt+0 (and command+0 on macOS)</dt>
241
+
<dt>Alt+0 (and Command+0 on macOS)</dt>
242
242
<dd>Resize video window to half its original size.</dd>
243
-
<dt>Alt+1 (and command+1 on macOS)</dt>
243
+
<dt>Alt+1 (and Command+1 on macOS)</dt>
244
244
<dd>Resize video window to its original size.</dd>
245
-
<dt>Alt+2 (and command+2 on macOS)</dt>
245
+
<dt>Alt+2 (and Command+2 on macOS)</dt>
246
246
<dd>Resize video window to double its original size.</dd>
247
-
<dt>command + f (macOS only)</dt>
247
+
<dt>Command + f (macOS only)</dt>
248
248
<dd>Toggle fullscreen (see also <tt class="docutils literal"><span class="pre">--fs</span></tt>).</dd>
249
249
</dl>
250
250
<p>(The following keys are valid if you have a keyboard with multimedia keys.)</p>
@@ -4213,6 +4213,13 @@ <h2>Window</h2>
4213
4213
explicitly. It's also possible that the window manager provides native
4214
4214
features to control which screens application windows should use.</p>
<p class="last">This option does not actually work on wayland since window placement is
4219
+
not allowed. However setting this option does influence mpv's initial
4220
+
guess at finding an output which may be useful for options like
4221
+
<tt class="docutils literal"><span class="pre">--geometry</span></tt> or <tt class="docutils literal"><span class="pre">--autofit</span></tt> which depend on the monitor resolution.</p>
4222
+
</div>
4216
4223
<p class="last">See also <tt class="docutils literal"><span class="pre">--fs-screen</span></tt>.</p>
0 commit comments