Added hotkeys for schedule and publish with descendants

This commit is contained in:
Ollie Philpott
2019-05-14 12:20:58 +01:00
parent a43359e440
commit 61ba78538a

View File

@@ -197,6 +197,8 @@ function contentEditingHelper(fileManager, $q, $location, $routeParams, notifica
letter: ch,
labelKey: "buttons_schedulePublish",
handler: args.methods.schedulePublish,
hotKey: "alt+shift+s",
hotKeyWhenHidden: true,
alias: "schedulePublish",
addEllipsis: "true"
};
@@ -207,6 +209,8 @@ function contentEditingHelper(fileManager, $q, $location, $routeParams, notifica
letter: ch,
labelKey: "buttons_publishDescendants",
handler: args.methods.publishDescendants,
hotKey: "alt+shift+p",
hotKeyWhenHidden: true,
alias: "publishDescendant",
addEllipsis: "true"
};