futokb/java/assets/layouts/Special/phone_shift.yaml
Aleksandras Kostarevas 2e883781d5 Refactor layout definition system
Layouts are now defined in yaml files at latinime/java/assets/layouts. The new system makes simple layouts significantly easier to add.

Many layouts still need to be ported over to the new system and some bugs still remain. The old layout system and XML layouts will need to be removed.
2024-08-24 11:06:54 +03:00

39 lines
1.1 KiB
YAML

name: Phone Symbols
numberRowMode: AlwaysDisabled
attributes:
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: { style: Normal }
splittable: false