summaryrefslogtreecommitdiff
path: root/searx/settings.yml
diff options
context:
space:
mode:
authorAlex Balgavy <alex@balgavy.eu>2023-10-07 21:05:46 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2023-10-09 18:13:00 +0200
commit5d53aac20f0cb0737bb475d51ce429e8547d3e33 (patch)
treef1dbebc2b8f5a221b2839ad822e94b46fac88253 /searx/settings.yml
parentff78b1a90265449495bc0200c6fa7706f4466468 (diff)
downloadsearxng-5d53aac20f0cb0737bb475d51ce429e8547d3e33.tar.gz
searxng-5d53aac20f0cb0737bb475d51ce429e8547d3e33.zip
[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
Diffstat (limited to 'searx/settings.yml')
-rw-r--r--searx/settings.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index 2e78c8f2d..695b7f812 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -127,6 +127,8 @@ ui:
# Perform search immediately if a category selected.
# Disable to select multiple categories at once and start the search manually.
search_on_category_select: true
+ # Hotkeys: default or vim
+ hotkeys: default
# Lock arbitrary settings on the preferences page. To find the ID of the user
# setting you want to lock, check the ID of the form on the page "preferences".