Julow / Unexpected-Keyboard

A lightweight virtual keyboard for developers.
GNU General Public License v3.0
1.25k stars 167 forks source link

Gujarati phonetic layout #562

Closed Yogesh-B closed 3 months ago

Yogesh-B commented 4 months ago

Added Gujarati phonetic layout.

Tested debug APK build(gradle and java), working fine on my device.

Yogesh-B commented 4 months ago

I could not find option to enable script specific numeric row, hence currently adding first row permanent and have made changes to row height so that it does not take up space.

Now the layout looks quite good and feels almost same as experience on PC. No issue in merging it.

Numeric layout related issue can be done in another pull/issue.

Julow commented 4 months ago

Now that the number row and numpad are fixed on master, could you pull master and update the layout ?

I've added support for the gujarati numerals in this branch: https://github.com/Julow/Unexpected-Keyboard/tree/gujarati_numpad_script Though, I'm not sure I got them right so I'd prefer if you could push that to your branch or push the implementation you had earlier.