diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-10-12 21:39:14 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-10-13 13:59:01 +0200 |
commit | 1f7e5f5c258c3d66e1704ee48a11c79c65f8354b (patch) | |
tree | 366023d896055972c5bb981057083b7fc6823b37 /doc/user_help.in.html | |
parent | 7bade294672a638bcd1b0451333be5bb948cbbf7 (diff) |
Add new scrollbar page mode
The scroll page mode changes the behavior of the mouse when clicking on
the vertical scrollbar. When enabled with scrollbar_page_mode=YES,
clicking with the left button anywhere on the vertical scrollbar will
cause the page to scroll down one page. With the right button, to scroll
up one page. Holding Shift temporarily reverts the value of the option.
Diffstat (limited to 'doc/user_help.in.html')
-rw-r--r-- | doc/user_help.in.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/user_help.in.html b/doc/user_help.in.html index a35bb63b..25129668 100644 --- a/doc/user_help.in.html +++ b/doc/user_help.in.html @@ -213,6 +213,15 @@ scrollbar can be positioned on the left side setting the <code>scrollbar_on_left</code> option to <code>YES</code>, by default it is on the right side.</p> +The vertical scrollbar has another mode of operation to navigate full +<em>pages</em> that can be enabled by setting the +<code>scrollbar_page_mode</code> option to <code>YES</code> or temporarily by +holding the Shift key. When this mode is active, left-clicking anywhere on the +scrollbar will scroll down one page and right-clicking will scroll up one page. +Middle clicking on the scrollbar will move the thumb to that position, which can +also be dragged. The Shift key can also be used to temporarily disable this +mode if it was enabled in the configuration. + <h3 id="find-text">Find text</h3> <p> To find text in a document right-click to open the <em>Page menu</em> and select |