#3433 added short cut for toglle allow culture variants to short cuts overview

This commit is contained in:
Dave Woestenborghs
2018-10-25 12:54:17 +02:00
parent 3c217adc2e
commit 2fbe2bb3da
3 changed files with 9 additions and 1 deletions

View File

@@ -48,7 +48,8 @@
"shortcuts_toggleListView",
"shortcuts_toggleAllowAsRoot",
"shortcuts_addChildNode",
"shortcuts_addTemplate"
"shortcuts_addTemplate",
"shortcuts_toggleAllowCultureVariants"
];
onInit();
@@ -81,6 +82,7 @@
vm.labels.allowAsRoot = values[11];
vm.labels.addChildNode = values[12];
vm.labels.addTemplate = values[13];
vm.labels.allowCultureVariants = values[14];
var buttons = [
{
@@ -161,6 +163,10 @@
{
"description": vm.labels.addChildNode,
"keys": [{ "key": "alt" }, { "key": "shift" }, { "key": "c" }]
},
{
"description": vm.labels.allowCultureVariants,
"keys": [{ "key": "alt" }, { "key": "shift" }, { "key": "v" }]
}
]
},