Skip to content

Commit 1049d3a

Browse files
author
nadeko
committed
CI autodeploy
1 parent f38ca12 commit 1049d3a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

manual/master/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2800,7 +2800,9 @@ <h2>Video</h2>
28002800
</dd>
28012801
<dt><tt class="docutils literal"><span class="pre">--video-pan-x=&lt;value&gt;</span></tt>, <tt class="docutils literal"><span class="pre">--video-pan-y=&lt;value&gt;</span></tt></dt>
28022802
<dd><p class="first">Moves the displayed video rectangle by the given value in the X or Y
2803-
direction. The unit is in fractions of the size of the destination rectangle.</p>
2803+
direction. The unit is in fractions of the size of the scaled video (the
2804+
full size, even if parts of the video are not visible due to panscan or
2805+
other options).</p>
28042806
<p>For example, displaying a video fullscreen on a 1920x1080 screen with
28052807
<tt class="docutils literal"><span class="pre">--video-pan-x=-0.1</span></tt> would move the video 192 pixels to the left and
28062808
<tt class="docutils literal"><span class="pre">--video-pan-y=-0.1</span></tt> would move the video 108 pixels up.</p>
@@ -13675,6 +13677,9 @@ <h3>The Interface</h3>
1367513677
<tr><td>left-click</td>
1367613678
<td>seek to position</td>
1367713679
</tr>
13680+
<tr><td>mouse wheel</td>
13681+
<td>seek forward/backward</td>
13682+
</tr>
1367813683
</tbody>
1367913684
</table>
1368013685
</dd>

0 commit comments

Comments
 (0)