X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FResources%2Fstatic%2Fthemes%2Fmaterial%2Fjs%2Fshortcuts%2Fentry.js;h=2dcc93d7d8d14bf04f87e62855790e8e7730ef24;hb=1d5dd2c2410d7866752bca5d65886afc6a7650ef;hp=357c22fe5b33b1f32ce0cadd2a70c040d149b79f;hpb=94f2057ffefdb164ae388a6971b4ed052082a434;p=github%2Fwallabag%2Fwallabag.git 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', () => { }); /* mark as favorite */ -Mousetrap.bind('s', () => { +Mousetrap.bind('f', () => { $('ul.side-nav a.favorite i')[0].click(); });