Update docs
This commit is contained in:
parent
a8e95dc866
commit
4bd78e4d0d
@ -73,6 +73,8 @@ Changed
|
|||||||
- Editing text in an external editor now simulates a JS "input" event, which
|
- Editing text in an external editor now simulates a JS "input" event, which
|
||||||
improves compatibility with websites reacting via JS to input.
|
improves compatibility with websites reacting via JS to input.
|
||||||
- The `qute://settings` page is now properly sorted on Python 3.5.
|
- The `qute://settings` page is now properly sorted on Python 3.5.
|
||||||
|
- `:zoom`, `:zoom-in` and `:zoom-out` now have a `--quiet` switch which causes
|
||||||
|
them to not display a message.
|
||||||
|
|
||||||
Fixed
|
Fixed
|
||||||
~~~~~
|
~~~~~
|
||||||
|
@ -1423,7 +1423,7 @@ The zoom can be given as argument or as [count]. If neither is given, the zoom i
|
|||||||
* +'zoom'+: The zoom percentage to set.
|
* +'zoom'+: The zoom percentage to set.
|
||||||
|
|
||||||
==== optional arguments
|
==== optional arguments
|
||||||
* +*-q*+, +*--quiet*+: Don't show information message with result.
|
* +*-q*+, +*--quiet*+: Don't show a zoom level message.
|
||||||
|
|
||||||
==== count
|
==== count
|
||||||
The zoom percentage to set.
|
The zoom percentage to set.
|
||||||
@ -1435,7 +1435,7 @@ Syntax: +:zoom-in [*--quiet*]+
|
|||||||
Increase the zoom level for the current tab.
|
Increase the zoom level for the current tab.
|
||||||
|
|
||||||
==== optional arguments
|
==== optional arguments
|
||||||
* +*-q*+, +*--quiet*+: Don't show information message with result.
|
* +*-q*+, +*--quiet*+: Don't show a zoom level message.
|
||||||
|
|
||||||
==== count
|
==== count
|
||||||
How many steps to zoom in.
|
How many steps to zoom in.
|
||||||
@ -1447,7 +1447,7 @@ Syntax: +:zoom-out [*--quiet*]+
|
|||||||
Decrease the zoom level for the current tab.
|
Decrease the zoom level for the current tab.
|
||||||
|
|
||||||
==== optional arguments
|
==== optional arguments
|
||||||
* +*-q*+, +*--quiet*+: Don't show information message with result.
|
* +*-q*+, +*--quiet*+: Don't show a zoom level message.
|
||||||
|
|
||||||
==== count
|
==== count
|
||||||
How many steps to zoom out.
|
How many steps to zoom out.
|
||||||
|
Loading…
Reference in New Issue
Block a user