diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-04-11 23:32:49 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-04-27 20:56:44 +0200 |
commit | e6364911979d9c147a153a4af3352604dd306905 (patch) | |
tree | 9bfbf29c122cc3e54eb5bceba85a11a18dd8d35d /doc/user_help.in.html | |
parent | dd1ce83521403d81ebfe46f7815a10220e4f3a96 (diff) |
Control + left click opens link in new tab
Small laptops and netbooks that lack a proper 3 button touchpad make it
difficult to open a new tab. Using the control modifier makes is easier
to open links in new tabs. It also allows mixing it with the shift
modifier to control the focus.
Diffstat (limited to 'doc/user_help.in.html')
-rw-r--r-- | doc/user_help.in.html | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/user_help.in.html b/doc/user_help.in.html index 6a2d18c0..b7c9c5a6 100644 --- a/doc/user_help.in.html +++ b/doc/user_help.in.html @@ -344,18 +344,19 @@ DuckDuckGo for the keywords "dillo browser". <h3 id="tabs">Tabs</h3> <p> Dillo can open different web pages into tabs. To open a link in a new tab click -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>. +the middle button instead of the left button or keep <code>Control</code> +pressed while left-clicking a link. 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> -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 +Press <code>Shift</code> while opening a page in a new tab to focus the tab. If +you want this behaviour to be the default, set the following option in the <a href="#dillorc">dillorc</a> configuration file: <pre> focus_new_tab=YES </pre> -If this option is set, pressing <code>Shift</code> middle-clicking will instead -avoid focusing the new tab. +If this option is set, pressing <code>Shift</code> will instead avoid focusing +the new tab. <p> It is also possible to have the middle-click open a window instead of a tab. For this set the option: |