From 5d53aac20f0cb0737bb475d51ce429e8547d3e33 Mon Sep 17 00:00:00 2001 From: Alex Balgavy Date: Sat, 7 Oct 2023 21:05:46 +0200 Subject: [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 --- searx/settings.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'searx/settings.yml') 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". -- cgit v1.2.3