From c526f9e4744ac03aa7ab4ff507d5466eee371b08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sun, 20 Nov 2016 10:11:57 +0100 Subject: Added help about shortcuts --- app/Resources/static/themes/baggy/js/shortcuts/entry.js | 2 +- app/Resources/static/themes/material/js/shortcuts/entry.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Resources/static') diff --git a/app/Resources/static/themes/baggy/js/shortcuts/entry.js b/app/Resources/static/themes/baggy/js/shortcuts/entry.js index 728df8bd..22aa0caf 100644 --- a/app/Resources/static/themes/baggy/js/shortcuts/entry.js +++ b/app/Resources/static/themes/baggy/js/shortcuts/entry.js @@ -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(); }); 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(); }); -- cgit v1.2.3