diff options
Diffstat (limited to 'app/Resources/static/themes/material')
-rw-r--r-- | app/Resources/static/themes/material/js/shortcuts/main.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/js/shortcuts/main.js b/app/Resources/static/themes/material/js/shortcuts/main.js index 8514f71e..ad4ca80a 100644 --- a/app/Resources/static/themes/material/js/shortcuts/main.js +++ b/app/Resources/static/themes/material/js/shortcuts/main.js | |||
@@ -30,6 +30,12 @@ $(document).ready(() => { | |||
30 | /* Actions */ | 30 | /* Actions */ |
31 | Mousetrap.bind('g n', () => { | 31 | Mousetrap.bind('g n', () => { |
32 | $('#nav-btn-add').trigger('click'); | 32 | $('#nav-btn-add').trigger('click'); |
33 | return false; | ||
34 | }); | ||
35 | |||
36 | Mousetrap.bind('s', () => { | ||
37 | $('#nav-btn-search').trigger('click'); | ||
38 | return false; | ||
33 | }); | 39 | }); |
34 | 40 | ||
35 | Mousetrap.bind('esc', () => { | 41 | Mousetrap.bind('esc', () => { |