对于我的项目,我需要创建一个带有泰米尔字体的键盘。我在谷歌中获得了一些类似密码的信息。但不清楚
示例输出: 输出:“பே”
对于上面的字母我需要按两个键(“ப”和“ே”),那么如何检测按下哪些键以及如何更换它。
提前致谢,
答案 0 :(得分:0)
Your can start building custom keyboard according this tutorial
并替换例如。
<key android:codes="57" android:keyLabel="9"/>
与
<Key android:keyOutputText="பே" android:keyLabel="பே"/>
或尝试为您的输出找到正确的密钥代码
我尝试使用android:keyOutputText
并为我工作。