From c526f9e4744ac03aa7ab4ff507d5466eee371b08 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= <nicolas@loeuillet.org>
Date: Sun, 20 Nov 2016 10:11:57 +0100
Subject: Added help about shortcuts

---
 app/Resources/static/themes/material/js/shortcuts/entry.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'app/Resources/static/themes/material')

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