Jayidaks / softkeyboard

Automatically exported from code.google.com/p/softkeyboard
1 stars 1 forks source link

Implementing a Tibetan keyboard #587

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have the beginnings of a language pack for supporting Tibetan character input 
via AnySoftKeyboard. This requires adding a new font to the system via root, 
but it is still useful to many Tibetan geek users.

I am most of the way there, but am unsure how to specify the keys for SHIFT 
mode in the tibetan_qwerty.xml document. I have looked through many other 
language packs, but this aspect is still unclear to me. Any help would be 
appreciated.

Some information posted here:
http://openideals.org/2010/11/26/another-small-step-for-a-tibetan-keyboard-on-an
droid/

I have the project currently hosted here:
https://github.com/nathanfreitas/Tibetan-AnySoftKeyboard

The Dzongkha qwerty layout can be viewed here:
http://en.wikipedia.org/wiki/Dzongkha_keyboard_layout

Original issue reported on code.google.com by nathanfr...@gmail.com on 30 Nov 2010 at 3:00

GoogleCodeExporter commented 9 years ago
First, good job.

Second, AnySoftKeyboard rely on Android's "Character.toUpper" function to do 
the upper/lower case stuff. The code assumes that the layout XML is all lower 
case letters, and once the user presses the SHIFT button, the layout is 
re-painted with upper cases.
Does Android fail in doing this for Tibetan characters?

Original comment by menn...@gmail.com on 30 Nov 2010 at 8:55

GoogleCodeExporter commented 9 years ago
Still working on that?

Original comment by menn...@gmail.com on 12 Feb 2012 at 10:54

GoogleCodeExporter commented 9 years ago
Yes, but we are actually building our own specific keyboard from scratch now. 
Thanks anyhow!

http://code.google.com/p/bho/

Original comment by nathanfr...@gmail.com on 14 Feb 2012 at 5:13