LeOS-Keyboard/java/assets/layouts/Special/number_basic.yaml

40 lines
1.2 KiB
YAML
Raw Normal View History

2025-02-01 16:35:38 +01:00
name: Numbers (Basic)
numberRowMode: AlwaysDisabled
bottomRowHeightMode: Flexible
attributes: &globalAttrs
width: Grow
showPopup: false
moreKeyMode: OnlyExplicit
useKeySpecShortcut: false
style: Normal
shiftable: false
labelFlags:
alignLabelOffCenter: false
hasHintLabel: false
rowHeightMode: FillHeight
rows:
- letters:
- "1"
- {type: base, spec: "2"}
- {type: base, spec: "3"}
- {type: base, spec: "-", attributes: &functional { style: Functional, labelFlags: {} }}
splittable: false
- letters:
- {type: base, spec: "4"}
- {type: base, spec: "5"}
- {type: base, spec: "6"}
- {type: base, spec: "!icon/space_key_for_number_layout|!code/key_space", attributes: *functional}
splittable: false
- letters:
- {type: base, spec: "7"}
- {type: base, spec: "8"}
- {type: base, spec: "9"}
- {type: base, spec: "!icon/delete_key|!code/key_delete", attributes: *functional}
splittable: false
- bottom:
- {type: contextual, fallbackKey: ","}
- {type: base, spec: "0", moreKeys: "!noPanelAutoMoreKey!,+"}
- {type: base, spec: "."}
- {type: enter, attributes: { width: Grow }}
attributes: *globalAttrs
splittable: false