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