From ca190175094d0b0bd439d841d237a702ce5111eb Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Tue, 24 Jun 2014 23:55:25 +0100 Subject: [PATCH] Set edit post shortcut to 'enter' closes #2308 --- core/client/routes/posts/post.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/client/routes/posts/post.js b/core/client/routes/posts/post.js index beff20ce35..65340da987 100644 --- a/core/client/routes/posts/post.js +++ b/core/client/routes/posts/post.js @@ -35,7 +35,7 @@ var PostsPostRoute = AuthenticatedRoute.extend(loadingIndicator, ShortcutsRoute, }); }, shortcuts: { - 'ctrl+e, command+e': 'openEditor' + 'enter': 'openEditor' }, actions: { openEditor: function () {