Organize modifier key options

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

View file

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