java - Where i can get key codes of devnagri scripts -


after getting how create latin keyboard, planning create devngari keyboard app. problem can key codes 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 resulted key code..somebody me.i have googled, didn't find , thatswhy iam here.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -