summaryrefslogtreecommitdiff
path: root/searx/plugins
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2023-09-16 17:14:18 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2023-09-19 08:06:06 +0200
commit317db5b04f6de919e996df943f7f0a845b8238a9 (patch)
tree913bf68346fbd18b5cd0363658c259dbac4a1b4f /searx/plugins
parent09935e289730027f6d7e1476916381bd6a98349c (diff)
downloadsearxng-317db5b04f6de919e996df943f7f0a845b8238a9.tar.gz
searxng-317db5b04f6de919e996df943f7f0a845b8238a9.zip
[mod] preferences: implement drop-down menu for hotkeys (default, vim)
Replace the on/off checkbox of the vim-hotkeys in the preferences by a drop-down menu. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/plugins')
-rw-r--r--searx/plugins/vim_hotkeys.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/searx/plugins/vim_hotkeys.py b/searx/plugins/vim_hotkeys.py
deleted file mode 100644
index 3eeaf8c00..000000000
--- a/searx/plugins/vim_hotkeys.py
+++ /dev/null
@@ -1,10 +0,0 @@
-from flask_babel import gettext
-
-name = gettext('Vim-like hotkeys')
-description = gettext(
- 'Navigate search results with Vim-like hotkeys '
- '(JavaScript required). '
- 'Press "h" key on main or result page to get help.'
-)
-default_on = False
-preference_section = 'ui'