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:
parent
bb28368f69
commit
c526f9e474
5 changed files with 176 additions and 29 deletions
|
@ -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();
|
||||
});
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Mousetrap.bind('o', () => {
|
|||
});
|
||||
|
||||
/* mark as favorite */
|
||||
Mousetrap.bind('s', () => {
|
||||
Mousetrap.bind('f', () => {
|
||||
$('ul.side-nav a.favorite i')[0].click();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue