diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-01-16 21:18:19 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-01-22 00:16:10 +0100 |
commit | 3539afc759c268880c5b3027bbc97e5c02dd1263 (patch) | |
tree | e6b252931d98e64bf637a34a221709cb13050bb6 /dillorc | |
parent | 6392699316bbdfd027862fa28050cd54253f25d4 (diff) |
Add scroll_switches_tabs option
By default, scrolling the mouse wheel over the tabs will switch among
tabs. The option allows users to disable the feature.
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -380,6 +380,10 @@ ui_tab_bg_color=#b7beb7 # With mousewheel mouses, right click feels way better (set to YES). #right_click_closes_tab=YES +# Scroll over tabs (using the mouse wheel) to switch among tabs. +# If set to NO, the page will be scrolled instead. +#scroll_switches_tabs=YES + # Mouse middle click by default drives drag-scrolling. # To paste an URL into the window instead of scrolling, set it to NO. # Note: You could always paste the URL onto the URL box clear button. |