Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于我的项目,我需要创建一个带有泰米尔语字体的键盘。我在谷歌中得到了一些信息,比如键码。但不清楚
示例输出:输出:“பே”
对于上面的字母,我需要按两个键(“ப”和“ே”),所以我如何检测按下了哪些键以及如何替换它。
提前致谢,
您可以根据本教程开始构建自定义键盘
并替换例如。
<key android:codes="57" android:keyLabel="9"/>
和
<Key android:keyOutputText="பே" android:keyLabel="பே"/>
或尝试为您的输出找到正确的键码
我尝试过android:keyOutputText并为我工作。
android:keyOutputText