Replies: 1 comment 10 replies
-
You can do this by writing this code below in the symbol layout: [
{ "label": ".", "type": "normal", "width": 0.12 },
{ "label": ",", "type": "normal", "width": 0.12 },
{ "label": "?", "type": "normal", "width": 0.12, "popup": { "relevant":
[
{ "label": "¿" }
] }
},
{ "label": "!", "type": "normal", "width": 0.12, "popup": { "relevant":
[
{ "label": "¡" }
] }
},
{ "label": "'", "type": "normal", "width": 0.12 }
]
|
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys! I just found this keyboard today! So far, I’m extremely happy with what I’m trying to accomplish (replicating the iPhone symbol layout). I use an iPhone for personal use and have since 2008. I’ve been given a very nice Samsung for work, which I love, but the keyboard layout—specifically the symbols—is a bit of a challenge. I can’t get used to the symbol layout, and since I use my iPhone for personal day to day and emails, I’d rather not have to memorize two layouts. This keyboard has allowed me to accomplish just what I needed!
My question is more of an OCD visual thing for me—not a big deal, but I figured I’d ask.
Since I’m only using 5 keys in the bottom row for "symbols" and "more symbols," is there a way to make these keys slightly wider to fill out the bottom row? Maybe increase their width to .12? I can’t figure out how to do this under layout or advanced/customize symbols.
Any help would be greatly appreciated!
Here you can see current layout!
Beta Was this translation helpful? Give feedback.
All reactions