HeliBoard icon indicating copy to clipboard operation
HeliBoard copied to clipboard

IPhone style layout , with No punctuation keys !

Open mad1mystic opened this issue 1 year ago • 1 comments

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

mad1mystic avatar Apr 23 '24 16:04 mad1mystic

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

mad1mystic avatar Apr 24 '24 07:04 mad1mystic

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 },

maruuk avatar Oct 02 '24 18:10 maruuk

Thanks @Uranusek! So now with the customizable functional keys this can be done by the user.

Helium314 avatar Oct 02 '24 23:10 Helium314