Organize modifier key options

This commit is contained in:
sienori 2021-03-08 23:51:02 +09:00
parent 16f423028d
commit a2c9b4823a

View file

@ -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",