-
-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added tamil layout #833
Added tamil layout #833
Conversation
Signed-off-by: Jagadeeshan S <[email protected]>
It's probably better if all dependent forms (ா etc.) are accessible directly and independent forms (அ etc.) are accessible through swipes, somewhat like InScript layout. (Ideally there would be automatic conversion using composing text, but we don't have that in Unexpected Keyboard) |
okay, this layout have all dependent and independent forms. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks! The layout looks very nice.
Appending the ':' character to a sequence result forces it to be a string final state. This will cause a KeyValue lookup that would normally not happen for single-character results. This is useful to make Tamil letters smaller, even when they are the result of a Shift.
You mean the size of the symbols ? There's several ways but I think doing that globally in
Like for the numpad for example ? No this is not possible currently. What would be yur use case ? |
yeah i meant the symbol size, now the letters look better
Transliteration layout i mean, generating tamil text from english , for example a becomes அ , aa becomes ஆ , ka becomes க etc |
Transliteration is not possible currently. Would you be interested in implementing it ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this nice contribution, let's merge!
I pushed to your branch to resolve the conflicts and some other changes.
Yeah, I am interested to implement, i will gothrough how other keyboards implement and you could also guide me with the approach and resources. |
I've started doing something similar in #594
Send me an email for more questions. |
Added a tamil layout. The layout looks better with 0.8 scale. Is there any way to it automatically when selecting keyboard?
One more question, is there any way to add transliteration layout?
Thank you very much for creating this project, i have been using unexpected keyboard from its first release.