From 3539afc759c268880c5b3027bbc97e5c02dd1263 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 16 Jan 2024 21:18:19 +0100 Subject: 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. --- dillorc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dillorc') diff --git a/dillorc b/dillorc index 5f0b756e..60fe2f4b 100644 --- a/dillorc +++ b/dillorc @@ -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. -- cgit v1.2.3