diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-06-09 00:41:02 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-06-09 12:06:19 +0200 |
commit | d8cc59e18d6bf90c91e5d9cf1f9c36587f4ab26c (patch) | |
tree | f004320e757660cbefb02559ea7a902575c84e1c /doc/user_help.in.html | |
parent | e89a2293ebb3331dca46f5edf0108231b1007402 (diff) |
Add new_tab_page option
Adds support to load a custom page when a new tab is opened. The current
behavior is set as the default, load a blank page. The location bar is
only selected when the new tab page is the blank page, otherwise the
page loaded gets the focus.
Co-authored-by: Alex <a1ex@dismail.de>
Fixes: https://github.com/dillo-browser/dillo/issues/124
Diffstat (limited to 'doc/user_help.in.html')
-rw-r--r-- | doc/user_help.in.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/user_help.in.html b/doc/user_help.in.html index d1d92fb5..66480681 100644 --- a/doc/user_help.in.html +++ b/doc/user_help.in.html @@ -318,7 +318,8 @@ DuckDuckGo for the keywords "dillo browser". <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. +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 @@ -337,6 +338,13 @@ label. The middle button can be used instead by setting the option: <pre> right_click_closes_tab=NO </pre> +<p> +Use the <code>new_tab_page</code> option to control which page is loaded in a +newly opened tab, by default is an empty page. To open the +bookmarks page set the following line in <a href="#dillorc">dillorc</a>: +<pre> +new_tab_page="dpi:/bm/" +</pre> <h3 id="bookmarks">Bookmarks</h3> <p> |