Organize modifier key options
This commit is contained in:
parent
16f423028d
commit
a2c9b4823a
|
@ -89,19 +89,13 @@ export default [
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: "modifierKeyLabel",
|
|
||||||
captions: [],
|
|
||||||
type: "none",
|
|
||||||
new: true,
|
|
||||||
childElements: [
|
|
||||||
{
|
{
|
||||||
id: "ifOnlyTranslateWhenModifierKeyPressed",
|
id: "ifOnlyTranslateWhenModifierKeyPressed",
|
||||||
title: "ifOnlyTranslateWhenModifierKeyPressedLabel",
|
title: "ifOnlyTranslateWhenModifierKeyPressedLabel",
|
||||||
captions: ["ifOnlyTranslateWhenModifierKeyPressedCaptionLabel"],
|
captions: ["ifOnlyTranslateWhenModifierKeyPressedCaptionLabel"],
|
||||||
type: "checkbox",
|
type: "checkbox",
|
||||||
default: false
|
default: false,
|
||||||
},
|
childElements: [
|
||||||
{
|
{
|
||||||
id: "modifierKey",
|
id: "modifierKey",
|
||||||
title: "modifierKeyLabel",
|
title: "modifierKeyLabel",
|
||||||
|
|
Loading…
Reference in a new issue