Update docs

This commit is contained in:
Florian Bruhin 2018-10-08 20:07:56 +02:00
parent 3fe64085f8
commit d46b0cf3cd
3 changed files with 10 additions and 0 deletions

View File

@ -27,6 +27,8 @@ Added
categories are shown in the `:open` completion, and how they are ordered.
- New `:config-add-dict` and `:config-add-list` commands to easily add a new
element to a dict/list setting.
- New `hints.selectors` setting which allows to configure what CSS selectors
are used for hints, and also allows adding custom hint groups.
Changed
~~~~~~~
@ -42,6 +44,7 @@ Changed
- The `:open` completion now also shows search engines by default.
- The `content.host_blocking.enabled` setting now supports URL patterns, so the
adblocker can be disabled on a given page.
- Elements with a `tabindex` attribute now also get hints by default.
Fixed
~~~~~

View File

@ -576,6 +576,10 @@ Start hinting.
- `inputs`: Only input fields.
Custom groups can be added via the `hints.selectors` setting
and also used here.
* +'target'+: What to do with the selected element.

View File

@ -661,6 +661,9 @@ class HintManager(QObject):
- `images`: Only images.
- `inputs`: Only input fields.
Custom groups can be added via the `hints.selectors` setting
and also used here.
target: What to do with the selected element.
- `normal`: Open the link.