aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-10-12 21:51:58 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-10-13 13:59:06 +0200
commit667f7fd713bc2d4f9196bc71e2b8ac8b2ca210f1 (patch)
treeccb9554f418217655fbbafb94117bb4d0a0d66fc /doc
parent1f7e5f5c258c3d66e1704ee48a11c79c65f8354b (diff)
Scroll full pages with mouse wheel
When using the scroll wheel over a page, holding Shift will cause full pages to be scrolled instead of scroll steps. The same effect can be achieved by scrolling over the vertical scrollbar.
Diffstat (limited to 'doc')
-rw-r--r--doc/user_help.in.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user_help.in.html b/doc/user_help.in.html
index 25129668..3edc870d 100644
--- a/doc/user_help.in.html
+++ b/doc/user_help.in.html
@@ -188,6 +188,7 @@ doesn't require a network connection.
<li>Using the <em>mouse</em> or <em>pointing device</em>:
<ul>
<li>Rotate the mouse wheel to move one <em>step</em> in that direction.
+ Hold Shift to move one <em>page</em> instead.
<li>Keep the middle button (or mouse wheel button) pressed while
dragging to scroll the page precisely.
</ul>
@@ -202,6 +203,8 @@ doesn't require a network connection.
specific position of the page.
<li>Click the scrollbar arrows to move the view one <em>step</em> in
that direction.
+ <li>Rotate the mouse wheel over the vertical scrollbar to move one
+ <em>page</em> in that direction.
</ul>
</li>
</ul>