Update docs

This commit is contained in:
Florian Bruhin 2018-06-11 12:08:44 +02:00
parent a1fcdbcfd1
commit 8376278961
4 changed files with 9 additions and 4 deletions

View File

@ -30,6 +30,10 @@ Added
- New `qute-lastpass` userscript which uses the LastPass CLI to fill passwords.
- The Makefile now installs a `/usr/share/metainfo/qutebrowser.appdata.xml` file.
- QtWebEngine: Support for printing from webpages via `window.print`.
- QtWebEngine: Support for muting tabs:
* New `{audio}` field for `window.title_format` and `tabs.title.format` which
displays `[M]`/`[A]` for muted/recently audible tabs.
* New `:tab-mute` command (bound to `<Alt-m>`) to mute/unmute a tab.
Changed
~~~~~~~

View File

@ -1290,7 +1290,7 @@ If moving relatively: Offset. If moving absolutely: New position (default: 0). T
Mute/Unmute the current/[count]th tab.
==== count
The tab index to pin or unpin
The tab index to mute or unmute
[[tab-next]]
=== tab-next

View File

@ -488,6 +488,7 @@ Default:
* +pass:[&lt;Alt-7&gt;]+: +pass:[tab-focus 7]+
* +pass:[&lt;Alt-8&gt;]+: +pass:[tab-focus 8]+
* +pass:[&lt;Alt-9&gt;]+: +pass:[tab-focus -1]+
* +pass:[&lt;Alt-m&gt;]+: +pass:[tab-mute]+
* +pass:[&lt;Ctrl-A&gt;]+: +pass:[navigate increment]+
* +pass:[&lt;Ctrl-Alt-p&gt;]+: +pass:[print]+
* +pass:[&lt;Ctrl-B&gt;]+: +pass:[scroll-page 0 -1]+
@ -3062,12 +3063,12 @@ The following placeholders are defined:
* `{private}`: Indicates when private mode is enabled.
* `{current_url}`: URL of the current web page.
* `{protocol}`: Protocol (http/https/...) of the current web page.
* `{muted}`: Icon if the tab is muted
* `{audio}`: Indicator for audio/mute status.
Type: <<types,FormatString>>
Default: +pass:[{index}: {title}]+
Default: +pass:[{audio}{index}: {title}]+
[[tabs.title.format_pinned]]
=== tabs.title.format_pinned

View File

@ -1392,7 +1392,7 @@ tabs.title.format:
* `{private}`: Indicates when private mode is enabled.
* `{current_url}`: URL of the current web page.
* `{protocol}`: Protocol (http/https/...) of the current web page.
* `{audio}`: Indicator for audio/mute status
* `{audio}`: Indicator for audio/mute status.
tabs.title.format_pinned:
default: '{index}'