Mer/Documentation/Hildon Input Method: Difference between revisions
From Maemo Wiki
Jump to navigationJump to search
imported>lbt collect some notes. |
imported>amigadave |
||
| Line 24: | Line 24: | ||
gconftool-2 -s -t string /apps/osso/inputmethod/hildon-im-languages/language-1 fi_FI | gconftool-2 -s -t string /apps/osso/inputmethod/hildon-im-languages/language-1 fi_FI | ||
gconftool-2 -s -t int /apps/osso/inputmethod/hildon-im-languages/current 1 | gconftool-2 -s -t int /apps/osso/inputmethod/hildon-im-languages/current 1 | ||
[[Category:Mer]] | |||
Revision as of 15:10, 11 February 2010
There is limited documentation on how to use this.
see : http://talk.maemo.org/showthread.php?t=29310
Basic structure:
<him-arabic>
<layout mode="0"> (0 meaning shift not pressed, 1 means shift pressed)
<row> repeat these elements per row you want
<key name="character" expand="1 if it should expand and fill - look at the space button in the image, 0 otherwise" />
Add as many keys as needed in the row
</row>
<layout>
Make both a shift not pressed and shift pressed layout.
</him-arabic>
The relationship between an XML file (eg fi.xml) and a language (eg fi_FI) seems unknown at the moment.
Matan has this working:
cp fi.xml.txt /usr/share/him-arabic/fi.xml him-arabic-register fi_FI gconftool-2 -s -t bool /apps/osso/inputmethod/hildon-im-languages/fi_FI/word-completion false gconftool-2 -s -t string /apps/osso/inputmethod/hildon-im-languages/language-1 fi_FI gconftool-2 -s -t int /apps/osso/inputmethod/hildon-im-languages/current 1