1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Added help about shortcuts

This commit is contained in:
Nicolas Lœuillet 2016-11-20 10:11:57 +01:00
parent bb28368f69
commit c526f9e474
5 changed files with 176 additions and 29 deletions

View file

@ -7,7 +7,7 @@ Mousetrap.bind('o', () => {
});
/* mark as favorite */
Mousetrap.bind('s', () => {
Mousetrap.bind('f', () => {
$('div#article_toolbar ul.links a.favorite')[0].click();
});

View 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();
});