summaryrefslogtreecommitdiff
path: root/dillorc
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-10-12 21:39:14 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-10-13 13:59:01 +0200
commit1f7e5f5c258c3d66e1704ee48a11c79c65f8354b (patch)
tree366023d896055972c5bb981057083b7fc6823b37 /dillorc
parent7bade294672a638bcd1b0451333be5bb948cbbf7 (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 'dillorc')
-rw-r--r--dillorc6
1 files changed, 6 insertions, 0 deletions
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
#-------------------------------------------------------------------------