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 /dillorc | |
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 'dillorc')
-rw-r--r-- | dillorc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 #------------------------------------------------------------------------- |