mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Specify attributes for bottom rows in layouts that need it
This commit is contained in:
parent
b8fc09e25c
commit
be32a25307
@ -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
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user