1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-13 08:40:16 +02:00
searxng/searx/static/themes/simple
Markus Heiser a987672340 [mod] improve handling of the hotkeys
- KeyboardEvent: keyCode property is depricated, replaced by key property [2]

- the check for ifDetailOpened is not necessary, because the hotkeys are not
  only applicable to image-results, by example:

   `!goi !go !scc hello`

- Key bindings like h for help are to be used in general (not only in vim-mode)

[1] https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode
[2] https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-09-12 20:30:50 +02:00
..
css [build] /static 2023-09-11 12:27:56 +02:00
img [build] /static 2023-08-18 19:07:14 +02:00
js [build] /static 2023-08-18 19:07:14 +02:00
src [mod] improve handling of the hotkeys 2023-09-12 20:30:50 +02:00
.eslintrc.json [fix] remove duplicate key in simple theme ESLint configuration 2023-03-05 09:12:13 +01:00
.gitattributes theme: remove __common__ 2022-05-07 19:40:48 +02:00
.gitignore [themes] ignore packages-lock.json 2021-06-22 08:17:06 +02:00
.jshintrc [emacs] .dir-locals.el: add setup for js-mode 2021-06-24 13:27:21 +02:00
.stylelintrc.json [mod] simple theme: change stylelint configuration 2022-01-16 18:50:19 +01:00
gruntfile.js Theme: all top right icons have labels including "Preferences" 2022-07-02 10:04:35 +02:00
package.json Bump grunt-contrib-cssmin in /searx/static/themes/simple 2023-05-05 07:57:12 +00:00
svg4favicon.svgo.js [enh] add SVG favicon href="favicon.svg" type="image/svg+xml" 2021-11-29 20:36:31 +01:00
svg4web.svgo.js [fix] eslint --fix 2021-12-14 07:31:58 +01:00