diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 3d352b8c1..37feccefa 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -30,6 +30,7 @@ Changed - The `content -> geolocation` and `notifications` settings now support a `true` value to always allow those. However, this is *not recommended*. - New bindings `` (rapid), `` (foreground) and `` (background) to switch hint modes while hinting. - `` is now accepted as an additional alias for ``/`` +- `:hint tab` and `F` now respect the `background-tabs` setting. To enforce a foreground tab (what `F` did before), use `:hint tab-fg` or `;f`. v0.2.2 (unreleased) ------------------- diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 491e9ac10..2e6633c9a 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -198,7 +198,9 @@ Start hinting. * +'target'+: What to do with the selected element. - `normal`: Open the link in the current tab. - - `tab`: Open the link in a new tab. + - `tab`: Open the link in a new tab (honoring the + background-tabs setting). + - `tab-fg`: Open the link in a new foreground tab. - `tab-bg`: Open the link in a new background tab. - `window`: Open the link in a new window. - `hover` : Hover over the link. @@ -227,8 +229,8 @@ Start hinting. ==== optional arguments -* +*-r*+, +*--rapid*+: Whether to do rapid hinting. This is only possible with targets `tab-bg`, `window`, `run`, `hover`, `userscript` and - `spawn`. +* +*-r*+, +*--rapid*+: Whether to do rapid hinting. This is only possible with targets `tab` (with background-tabs=true), `tab-bg`, + `window`, `run`, `hover`, `userscript` and `spawn`. [[home]] diff --git a/misc/cheatsheet.svg b/misc/cheatsheet.svg index ce8fa1a58..1d9b2c5a1 100644 --- a/misc/cheatsheet.svg +++ b/misc/cheatsheet.svg @@ -33,7 +33,7 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="0.8791156" - inkscape:cx="327.65084" + inkscape:cx="641.54005" inkscape:cy="233.0095" inkscape:document-units="px" inkscape:current-layer="layer1" @@ -2999,6 +2999,8 @@ style="font-size:10px;fill:#000000" id="flowPara3626-73">;b - open hint in background tab;f - open hint in foreground tab;h - hover over hint (mouse-over);i - hint images