popover: Install emoji layout
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.
This commit is contained in:
15
data/keyboards/emoji.yaml
Normal file
15
data/keyboards/emoji.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
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"
|
||||
Reference in New Issue
Block a user