to use the same name for the same button-style. Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/685>
26 lines
578 B
YAML
26 lines
578 B
YAML
---
|
|
outlines:
|
|
default: { width: 37.46, height: 42 }
|
|
special-2: { width: 48.39, height: 42 }
|
|
special-3: { width: 88.98, height: 42 }
|
|
spaceline: { width: 120.58, height: 42 }
|
|
|
|
views:
|
|
base:
|
|
- "1 2 3 ( )"
|
|
- "4 5 6 # *"
|
|
- "7 8 9 + -"
|
|
- "BackSpace 0 space Return"
|
|
|
|
buttons:
|
|
BackSpace:
|
|
outline: "special-2"
|
|
icon: "edit-clear-symbolic"
|
|
action: "erase"
|
|
space:
|
|
outline: "spaceline"
|
|
text: " "
|
|
Return:
|
|
outline: "special-3"
|
|
icon: "key-enter"
|
|
keysym: "Return" |