Having a little trouble determiniing what's actually customizable currently or not #1074
-
I'm just getting into HeliBoard and excited to ditch the likes of SwiftKey and GBoard. Currently a big barrier for me is the comma button as it makes the spacebar far too little for me. I enjoy having the emoji key on the left and the punctuation key on the right, so I really don't need another key dedicated to comma. I'm trying to move the pop-up menu items onto the emoji key and completely remove the comma key from the layout but struggling to accomplish this. Are changes of this level not currently supported? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
@robmonte [
{ "label": "symbol_alpha", "width": 0.15 },
{ "$": "variation_selector",
"default": { "label": "comma" },
"email": { "label": "@", "groupId": 1, "type": "function" },
"uri": { "label": "/", "groupId": 1, "type": "function" }
}, With: [
{ "label": "symbol_alpha", "width": 0.15 },
{ "label": "emoji", "popup": { "relevant":
[
{ "label": "settings" },
{ "label": "clipboard" },
{ "label": "one_handed" },
{ "label": "language_switch" }
] }
}, If you long-press the emoji key, you'll get this: |
Beta Was this translation helpful? Give feedback.
@robmonte
It can be done. In the advanced settings you need to change the layout of the functional keys.
Replace this piece of code:
With:
If…