mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
parent
0c102f3e85
commit
ca19017509
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ var PostsPostRoute = AuthenticatedRoute.extend(loadingIndicator, ShortcutsRoute,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
shortcuts: {
|
shortcuts: {
|
||||||
'ctrl+e, command+e': 'openEditor'
|
'enter': 'openEditor'
|
||||||
},
|
},
|
||||||
actions: {
|
actions: {
|
||||||
openEditor: function () {
|
openEditor: function () {
|
||||||
|
|
Loading…
Reference in a new issue