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