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