You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
1 year ago
..
css [build] /static 1 year ago
img [build] /static 1 year ago
js [build] /static 1 year ago
src [mod] improve handling of the hotkeys 1 year ago
.eslintrc.json [fix] remove duplicate key in simple theme ESLint configuration 2 years ago
.gitattributes theme: remove __common__ 2 years ago
.gitignore [themes] ignore packages-lock.json 3 years ago
.jshintrc [emacs] .dir-locals.el: add setup for js-mode 3 years ago
.stylelintrc.json [mod] simple theme: change stylelint configuration 3 years ago
gruntfile.js Theme: all top right icons have labels including "Preferences" 2 years ago
package.json Bump grunt-contrib-cssmin in /searx/static/themes/simple 1 year ago
svg4favicon.svgo.js [enh] add SVG favicon href="favicon.svg" type="image/svg+xml" 3 years ago
svg4web.svgo.js [fix] eslint --fix 3 years ago