diff options
Diffstat (limited to 'app/Resources/static/themes/material')
-rw-r--r-- | app/Resources/static/themes/material/js/shortcuts/entry.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/js/shortcuts/entry.js b/app/Resources/static/themes/material/js/shortcuts/entry.js index 357c22fe..2dcc93d7 100644 --- a/app/Resources/static/themes/material/js/shortcuts/entry.js +++ b/app/Resources/static/themes/material/js/shortcuts/entry.js | |||
@@ -7,7 +7,7 @@ Mousetrap.bind('o', () => { | |||
7 | }); | 7 | }); |
8 | 8 | ||
9 | /* mark as favorite */ | 9 | /* mark as favorite */ |
10 | Mousetrap.bind('s', () => { | 10 | Mousetrap.bind('f', () => { |
11 | $('ul.side-nav a.favorite i')[0].click(); | 11 | $('ul.side-nav a.favorite i')[0].click(); |
12 | }); | 12 | }); |
13 | 13 | ||