From 0c7e087fbd0278da9a39bd16ab9385073f1f495c Mon Sep 17 00:00:00 2001 From: Juhani Krekelä Date: Sat, 25 Jan 2025 18:46:48 +0200 Subject: Update the documentation for tab focusing behaviour Since 3.2.0 the new tab is no longer automatically focused by default. --- doc/user_help.in.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/doc/user_help.in.html b/doc/user_help.in.html index 2d940ec6..5dff9b99 100644 --- a/doc/user_help.in.html +++ b/doc/user_help.in.html @@ -348,16 +348,20 @@ the middle button instead of the left button. The same applies to buttons to submit a form. A new tab can also be opened from the File menu or using the shortcut Ctrl+T.

-By default the new tab will be automatically focused. If you want to change -this behaviour, adjust the following options in the -dillorc configuration file: +Press Shift while middle-clicking a link to automatically focus the +new tab. If you want this behaviour to be the default, set the following option +in the dillorc configuration file:

-middle_click_opens_new_tab
-focus_new_tab
+focus_new_tab=YES
 
+If this option is set, pressing Shift middle-clicking will instead +avoid focusing the new tab.

-Press Shift to temporarily reverse the focusing behaviour while -middle-clicking on a link. +It is also possible to have the middle-click open a window instead of a tab. For +this set the option: +

+middle_click_opens_new_tab=NO
+

To close a tab press the X button on the top right (only visible with multiple tabs). You can also close the tab by clicking with the right button on the tab -- cgit v1.2.3