mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-20 22:29:10 +00:00
fix functional key layout for tablets
This commit is contained in:
parent
2f6bef478e
commit
61f1534b71
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@
|
|||
"email": { "label": "@", "groupId": 1, "type": "function" },
|
||||
"uri": { "label": "/", "groupId": 1, "type": "function" }
|
||||
},
|
||||
{ "label": "language_switch" },
|
||||
{ "label": "emoji" },
|
||||
{ "label": "numpad" },
|
||||
{ "$": "keyboard_state_selector", "languageKeyEnabled": { "$": "keyboard_state_selector", "alphabet": { "label": "language_switch" }}},
|
||||
{ "$": "keyboard_state_selector", "emojiKeyEnabled": { "$": "keyboard_state_selector", "alphabet": { "label": "emoji" }}},
|
||||
{ "$": "keyboard_state_selector", "symbols": { "label": "numpad" }},
|
||||
{ "label": "space" },
|
||||
{ "label": "period" },
|
||||
{ "$": "variation_selector",
|
||||
|
|
Loading…
Add table
Reference in a new issue