diff options
author | Juhani Krekelä <juhani@krekelä.fi> | 2025-01-25 18:46:48 +0200 |
---|---|---|
committer | rodarima <rodarima@gmail.com> | 2025-01-25 18:40:06 +0100 |
commit | 0c7e087fbd0278da9a39bd16ab9385073f1f495c (patch) | |
tree | 1df5d7ef082c7c8648c5b13451e28c1f61897ca7 | |
parent | d4f7b19cf12710452ff6b70071de0990ad4ac8f7 (diff) |
Update the documentation for tab focusing behaviour
Since 3.2.0 the new tab is no longer automatically focused by default.
-rw-r--r-- | doc/user_help.in.html | 18 |
1 files 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 <code>File</code> menu or using the shortcut <code>Ctrl+T</code>. <p> -By default the new tab will be automatically focused. If you want to change -this behaviour, adjust the following options in the -<a href="#dillorc">dillorc</a> configuration file: +Press <code>Shift</code> 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 <a href="#dillorc">dillorc</a> configuration file: <pre> -middle_click_opens_new_tab -focus_new_tab +focus_new_tab=YES </pre> +If this option is set, pressing <code>Shift</code> middle-clicking will instead +avoid focusing the new tab. <p> -Press <code>Shift</code> 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: +<pre> +middle_click_opens_new_tab=NO +</pre> <p> 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 |