]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/js/shortcuts/entry.js
Merge pull request #2612 from wallabag/add-shortcuts-help
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / js / shortcuts / entry.js
index 357c22fe5b33b1f32ce0cadd2a70c040d149b79f..2dcc93d7d8d14bf04f87e62855790e8e7730ef24 100644 (file)
@@ -7,7 +7,7 @@ Mousetrap.bind('o', () => {
 });
 
 /* mark as favorite */
-Mousetrap.bind('s', () => {
+Mousetrap.bind('f', () => {
   $('ul.side-nav a.favorite i')[0].click();
 });