Hello
I am working on an Android app and to make a keyboard appear, I use the Ketai library. I can make it detect normal characters correctly (letters and numbers), but it is returning strange results when using BACKSPACE, ENTER and some other buttons (like my camera button). You can see this by trying the Ketai UI example. It has a "println(key);" which shows what you pressed on the keyboard.
Here is my result when pressing buttons that are not letters or numbers:
I would like to be able to detect the ENTER key and BACKSPACE key, but I can't find a way to do this.
Furthermore I have found that pressing ENTER followed by the number "1" makes ketai detect the buttons as the BACKSPACE key. Pressing ENTER followed by the number "3" is detected as ENTER. This confuses me a great lot.
I hope someone can help me with detecting ENTER and BACKSPACE correctly.