Specify attributes for bottom rows in layouts that need it

This commit is contained in:
Aleksandras Kostarevas 2024-08-28 19:57:32 +03:00
parent b8fc09e25c
commit be32a25307
3 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@ overrideWidths:
rowHeightMode: FillHeight
attributes:
attributes: &globalAttrs
width: Custom1
showPopup: false
useKeySpecShortcut: false
@ -57,5 +57,5 @@ rows:
- {type: contextual, attributes: *grow, fallbackKey: {type: base, spec: "=", attributes: *grow}}
- {type: base, spec: ".", attributes: *regular}
- {type: enter, attributes: *side}
attributes: { style: Normal }
attributes: *globalAttrs
splittable: false

View File

@ -1,6 +1,6 @@
name: Phone
numberRowMode: AlwaysDisabled
attributes:
attributes: &globalAttrs
width: Grow
showPopup: false
moreKeyMode: OnlyExplicit
@ -35,5 +35,5 @@ rows:
- {type: base, spec: "0", moreKeys: "!noPanelAutoMoreKey!,+"}
- {type: base, spec: "."}
- {type: enter, attributes: { width: Grow }}
attributes: { style: Normal }
attributes: *globalAttrs
splittable: false

View File

@ -1,6 +1,6 @@
name: Phone Symbols
numberRowMode: AlwaysDisabled
attributes:
attributes: &globalAttrs
width: Grow
showPopup: false
moreKeyMode: OnlyExplicit
@ -35,5 +35,5 @@ rows:
- {type: base, spec: "+"}
- {type: base, spec: "."}
- {type: enter, attributes: { width: Grow }}
attributes: { style: Normal }
attributes: *globalAttrs
splittable: false