This commit is contained in:
Florian Bruhin 2017-11-10 13:12:46 +01:00
parent 456c854f06
commit c47f0402ab
2 changed files with 8 additions and 8 deletions

View File

@ -493,10 +493,10 @@ Start hinting.
==== optional arguments ==== optional arguments
* +*-r*+, +*--rapid*+: Whether to do rapid hinting. With rapid hinting, the hint mode isn't left after a hint is followed, so you can easily open * +*-r*+, +*--rapid*+: Whether to do rapid hinting. With rapid hinting, the hint mode isn't left after a hint is followed, so you can easily
multiple links. This is only possible with targets `tab` open multiple links. This is only possible with targets
(with `tabs.background_tabs=true`), `tab-bg`, `window`, `tab` (with `tabs.background_tabs=true`), `tab-bg`,
`run`, `hover`, `userscript` and `spawn`. `window`, `run`, `hover`, `userscript` and `spawn`.
* +*-m*+, +*--mode*+: The hinting mode to use. * +*-m*+, +*--mode*+: The hinting mode to use.

View File

@ -618,10 +618,10 @@ class HintManager(QObject):
Args: Args:
rapid: Whether to do rapid hinting. With rapid hinting, the hint rapid: Whether to do rapid hinting. With rapid hinting, the hint
mode isn't left after a hint is followed, so you can easily open mode isn't left after a hint is followed, so you can easily
multiple links. This is only possible with targets `tab` open multiple links. This is only possible with targets
(with `tabs.background_tabs=true`), `tab-bg`, `window`, `tab` (with `tabs.background_tabs=true`), `tab-bg`,
`run`, `hover`, `userscript` and `spawn`. `window`, `run`, `hover`, `userscript` and `spawn`.
add_history: Whether to add the spawned or yanked link to the add_history: Whether to add the spawned or yanked link to the
browsing history. browsing history.
group: The element types to hint. group: The element types to hint.