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. --- dillorc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dillorc') diff --git a/dillorc b/dillorc index 99aa1e65..bcd556d3 100644 --- a/dillorc +++ b/dillorc @@ -49,6 +49,12 @@ # Place the vertical scrollbar on the left side (default right). #scrollbar_on_left=NO +# Enable the page mode for the vertical scrollbar. When this mode is enabled, +# clicking anywhere on the vertical scrollbar with the left button scrolls one +# page down. With the right button, one page up. Click with the middle button to +# jump to a given position. +#scrollbar_page_mode=NO + #------------------------------------------------------------------------- # RENDERING SECTION #------------------------------------------------------------------------- -- cgit v1.2.3