IPhone style layout , with No punctuation keys !
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Use case
Describe alternatives you've considered
Additional context
Layout to hide comma [ , ] and period key [ . ] like IPhone , anysoftkeyboard has such layout , big screen phones and smaller hands makes pressing period key by mistake repeatedly. Can be called no punctuation layout , period key could be pressed by double tap on space-bar Also glide typing can be implemented from Floris board instead of proprietary Google libraries
You can create this layout by editing the functional keys.
Delete this:
{ "$": "variation_selector", "default": { "label": "comma" }, "email": { "label": "@", "groupId": 1, "type": "function" }, "uri": { "label": "/", "groupId": 1, "type": "function" } },
And this:
{ "label": "period", "labelFlags": 1073741824 },
Thanks @Uranusek! So now with the customizable functional keys this can be done by the user.