forked from zaclys/searxng
[mod] add hotkeys option to settings.yml
The change in the hotkey mechanism introduced in 317db5b04 does not allow configuration via `settings.yml`. This commit adds that functionality. Closes: #2898
This commit is contained in:
parent
ce6b7c9f75
commit
c2f26a560a
4 changed files with 8 additions and 1 deletions
|
|
@ -20,6 +20,7 @@
|
|||
theme_args:
|
||||
simple_style: auto
|
||||
search_on_category_select: true
|
||||
hotkeys: default
|
||||
|
||||
.. _static_use_hash:
|
||||
|
||||
|
|
@ -64,3 +65,6 @@
|
|||
|
||||
``search_on_category_select``:
|
||||
Perform search immediately if a category selected. Disable to select multiple categories.
|
||||
|
||||
``hotkeys``:
|
||||
Hotkeys to use in the search interface: ``default``, ``vim`` (Vim-like).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue