Update docs
This commit is contained in:
parent
a1fcdbcfd1
commit
8376278961
@ -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
|
||||
~~~~~~~
|
||||
|
@ -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
|
||||
|
@ -488,6 +488,7 @@ Default:
|
||||
* +pass:[<Alt-7>]+: +pass:[tab-focus 7]+
|
||||
* +pass:[<Alt-8>]+: +pass:[tab-focus 8]+
|
||||
* +pass:[<Alt-9>]+: +pass:[tab-focus -1]+
|
||||
* +pass:[<Alt-m>]+: +pass:[tab-mute]+
|
||||
* +pass:[<Ctrl-A>]+: +pass:[navigate increment]+
|
||||
* +pass:[<Ctrl-Alt-p>]+: +pass:[print]+
|
||||
* +pass:[<Ctrl-B>]+: +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
|
||||
|
@ -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}'
|
||||
|
Loading…
Reference in New Issue
Block a user