summaryrefslogtreecommitdiff
path: root/dillorc
diff options
context:
space:
mode:
authorAlex <a1ex@dismail.de>2024-04-08 21:15:43 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-04-09 19:59:55 +0200
commit633da750d19c3ca726c912aa5e45fd6b01327bd3 (patch)
tree337735b2f61d80bbac0dbf1fc9072efc9715002c /dillorc
parent3eb3739980bc50705acbdeff6f175d4c0201bf31 (diff)
Control the direction of tab scrolling
Adds the scroll_switches_tabs_reverse option in dillorc to allows reversing the direction of tab switching based on the movement of the mouse wheel. See: https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/thread/F2EF4NHF3CBMJ3XZII2TFIE6MSXEE5AD/ Fixes: https://github.com/dillo-browser/dillo/issues/122 Reviewed-by: Rodrigo Arias Mallo <rodarima@gmail.com>
Diffstat (limited to 'dillorc')
-rw-r--r--dillorc3
1 files changed, 3 insertions, 0 deletions
diff --git a/dillorc b/dillorc
index 60fe2f4b..8295e05b 100644
--- a/dillorc
+++ b/dillorc
@@ -384,6 +384,9 @@ ui_tab_bg_color=#b7beb7
# If set to NO, the page will be scrolled instead.
#scroll_switches_tabs=YES
+# Reverse the direction of tab scrolling with mouse wheel.
+#scroll_switches_tabs_reverse=NO
+
# 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.