From 1f7e5f5c258c3d66e1704ee48a11c79c65f8354b Mon Sep 17 00:00:00 2001
From: Rodrigo Arias Mallo
Date: Sat, 12 Oct 2024 21:39:14 +0200
Subject: 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.
---
doc/user_help.in.html | 9 +++++++++
1 file changed, 9 insertions(+)
(limited to 'doc/user_help.in.html')
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
scrollbar_on_left
option to YES
, by default it is on
the right side.
+The vertical scrollbar has another mode of operation to navigate full
+pages that can be enabled by setting the
+scrollbar_page_mode
option to YES
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.
+
Find text
To find text in a document right-click to open the Page menu and select
--
cgit v1.2.3