In order to do that, an additional piece of state (layout switcher) was exposed to the event handlers, a separation between squeekboard-only and system layouts was introduced, along with a Translation structure to prevent mixing up strings.
16 lines
297 B
YAML
16 lines
297 B
YAML
---
|
|
outlines:
|
|
default: { width: 37.46341, height: 52 }
|
|
altline: { width: 48.39024, height: 52 }
|
|
|
|
views:
|
|
base:
|
|
- "☺"
|
|
- "☹"
|
|
- preferences
|
|
buttons:
|
|
preferences:
|
|
action: "show_prefs"
|
|
outline: "altline"
|
|
icon: "keyboard-mode-symbolic"
|