Update docs
This commit is contained in:
parent
b15ae97444
commit
9c712929f5
@ -31,6 +31,7 @@ Added
|
||||
- Support for the HTML5 fullscreen API (e.g. youtube videos) with QtWebEngine
|
||||
- Support for the `general -> print-element-backgrounds` option with QtWebEngine on Qt >= 5.8
|
||||
- Support for `:download --mhtml` with QtWebEngine
|
||||
- New `qute:history` URL and `:history` command to show the browsing history.
|
||||
|
||||
Changed
|
||||
~~~~~~~
|
||||
|
@ -169,6 +169,7 @@ Contributors, sorted by the number of commits in descending order:
|
||||
* Artur Shaik
|
||||
* Nathan Isom
|
||||
* Thorsten Wißmann
|
||||
* Imran Sobir
|
||||
* Austin Anderson
|
||||
* Fritz Reichwald
|
||||
* Jimmy
|
||||
|
@ -44,6 +44,7 @@ It is possible to run or bind multiple commands by separating them with `;;`.
|
||||
|<<fullscreen,fullscreen>>|Toggle fullscreen mode.
|
||||
|<<help,help>>|Show help about a command or setting.
|
||||
|<<hint,hint>>|Start hinting.
|
||||
|<<history,history>>|Show browsing history
|
||||
|<<history-clear,history-clear>>|Clear all browsing history.
|
||||
|<<home,home>>|Open main startpage in current tab.
|
||||
|<<insert-text,insert-text>>|Insert text at cursor position.
|
||||
@ -418,6 +419,17 @@ Start hinting.
|
||||
==== note
|
||||
* This command does not split arguments after the last argument and handles quotes literally.
|
||||
|
||||
[[history]]
|
||||
=== history
|
||||
Syntax: +:history [*--tab*] [*--bg*] [*--window*]+
|
||||
|
||||
Show browsing history
|
||||
|
||||
==== optional arguments
|
||||
* +*-t*+, +*--tab*+: Open in a new tab.
|
||||
* +*-b*+, +*--bg*+: Open in a background tab.
|
||||
* +*-w*+, +*--window*+: Open in a new window.
|
||||
|
||||
[[history-clear]]
|
||||
=== history-clear
|
||||
Syntax: +:history-clear [*--force*]+
|
||||
|
Loading…
Reference in New Issue
Block a user