forked from wallabag/wallabag
Added help about shortcuts
This commit is contained in:
@ -7,7 +7,7 @@ Mousetrap.bind('o', () => {
|
||||
});
|
||||
|
||||
/* mark as favorite */
|
||||
Mousetrap.bind('s', () => {
|
||||
Mousetrap.bind('f', () => {
|
||||
$('ul.side-nav a.favorite i')[0].click();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user