mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
39 lines
1.1 KiB
YAML
39 lines
1.1 KiB
YAML
name: Phone Symbols
|
|
numberRowMode: AlwaysDisabled
|
|
attributes: &globalAttrs
|
|
width: Grow
|
|
showPopup: false
|
|
moreKeyMode: OnlyExplicit
|
|
useKeySpecShortcut: false
|
|
style: Normal
|
|
shiftable: false
|
|
labelFlags:
|
|
alignLabelOffCenter: false
|
|
hasHintLabel: false
|
|
rowHeightMode: FillHeight
|
|
rows:
|
|
- letters:
|
|
- "("
|
|
- "/"
|
|
- ")"
|
|
- {type: base, spec: "-", attributes: &functional { style: Functional, labelFlags: {} }}
|
|
splittable: false
|
|
- letters:
|
|
- "N"
|
|
- "!string/label_pause_key|,"
|
|
- ","
|
|
- {type: base, spec: "!icon/space_key_for_number_layout|!code/key_space", attributes: *functional}
|
|
splittable: false
|
|
- letters:
|
|
- "\uFF0A|*"
|
|
- "!string/label_wait_key|;"
|
|
- "#"
|
|
- {type: base, spec: "!icon/delete_key|!code/key_delete", attributes: *functional}
|
|
splittable: false
|
|
- bottom:
|
|
- {type: base, spec: "!text/keylabel_to_phone_numeric|!code/key_shift"}
|
|
- {type: base, spec: "+"}
|
|
- {type: base, spec: "."}
|
|
- {type: enter, attributes: { width: Grow }}
|
|
attributes: *globalAttrs
|
|
splittable: false |