Search code examples
androidkeyboardimesetting

IME Android Keyboard


I am trying to control the behavior off a an IME keyboard. For instance the keyboard I downloaded uses combinations of characters( say if you press "ß" + "π" it suggests "∑" I am making this example up. I would like to turn off this feature. Usually asian keyboards uses this feature.

I dont know the tech term for this. I looked at spannable but not very helpful.

Thanks


Solution

  • If the keyboard doesn't have the option to turn it off, then it probably cannot be done. I don't think there is such a option in Android that applies to all keyboards.