Where i can get key codes of devnagri scripts

47 Views Asked by At

After getting how to create a latin keyboard, now i am planning to create devngari keyboard app. but the problem is that where i can get key codes for devnagari script ?. eg:

<Key android:codes="114" android:keyLabel="r"/>
<Key android:codes="116" android:keyLabel="t"/>
<Key android:codes="121" android:keyLabel="y"/>

i tried:

<Key android:codes="114" android:keyLabel="क"/>
<Key android:codes="116" android:keyLabel="त"/>
<Key android:codes="121" android:keyLabel="ब"/>

but it resulted as key code..somebody help me.I have googled, but didn't find , thatswhy Iam here.

0

There are 0 best solutions below