#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
@@ -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" }]
}
]
},
@@ -680,6 +680,7 @@
<key alias="moveLineDown">Move Lines Down</key>
<key alias="generalHeader">General</key>
<key alias="editorHeader">Editor</key>
<key alias="toggleAllowCultureVariants">Toggle allow culture variants</key>
</area>
<area alias="graphicheadline">
<key alias="backgroundcolor">Background colour</key>
@@ -700,6 +700,7 @@
<key alias="moveLineDown">Move Lines Down</key>
<key alias="generalHeader">General</key>
<key alias="editorHeader">Editor</key>
<key alias="toggleAllowCultureVariants">Toggle allow culture variants</key>
</area>
<area alias="graphicheadline">
<key alias="backgroundcolor">Background color</key>