0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00

Set edit post shortcut to 'enter'

closes #2308
This commit is contained in:
Hannah Wolfe 2014-06-24 23:55:25 +01:00
parent 0c102f3e85
commit ca19017509

View file

@ -35,7 +35,7 @@ var PostsPostRoute = AuthenticatedRoute.extend(loadingIndicator, ShortcutsRoute,
});
},
shortcuts: {
'ctrl+e, command+e': 'openEditor'
'enter': 'openEditor'
},
actions: {
openEditor: function () {