@@ -176,6 +176,8 @@ <h2>Keyboard Control</h2>
176
176
<dd>Toggle infinite looping.</dd>
177
177
<dt>Ctrl++ and Ctrl+-</dt>
178
178
<dd>Adjust audio delay (A/V sync) by +/- 0.1 seconds.</dd>
179
+ <dt>Ctrl+KP_ADD and Ctrl+KP_SUBTRACT</dt>
180
+ <dd>Adjust audio delay (A/V sync) by +/- 0.1 seconds.</dd>
179
181
<dt>Shift+g and Shift+f</dt>
180
182
<dd>Adjust subtitle font size by +/- 10%.</dd>
181
183
<dt>u</dt>
@@ -215,6 +217,8 @@ <h2>Keyboard Control</h2>
215
217
<dd>Move the video rectangle (panning).</dd>
216
218
<dt>Alt++ and Alt+-</dt>
217
219
<dd>Change video zoom.</dd>
220
+ <dt>Alt+KP_ADD and Alt+KP_SUBTRACT</dt>
221
+ <dd>Change video zoom.</dd>
218
222
<dt>Alt+BACKSPACE</dt>
219
223
<dd>Reset the pan/zoom settings.</dd>
220
224
<dt>F8</dt>
@@ -7776,7 +7780,8 @@ <h2>GPU renderer options</h2>
7776
7780
<p class="last">Android with <tt class="docutils literal"><span class="pre">--gpu-context=android</span></tt> only.</p>
7777
7781
</dd>
7778
7782
<dt><tt class="docutils literal"><span class="pre">--gpu-sw</span></tt></dt>
7779
- <dd>Continue even if a software renderer is detected.</dd>
7783
+ <dd>Continue even if a software renderer is detected. This only works with
7784
+ OpenGL/Vulkan backends. For d3d11, see <tt class="docutils literal"><span class="pre">--d3d11-warp</span></tt>.</dd>
7780
7785
<dt><tt class="docutils literal"><span class="pre">--gpu-context=<context1,context2,...[,]></span></tt></dt>
7781
7786
<dd><p class="first">Specify a priority list of the GPU contexts to be used.
7782
7787
The value <tt class="docutils literal">auto</tt> (the default) selects the GPU context with the default autoprobe
0 commit comments