As the question states, I wish to translate android keycodes to java awt keycodes that java.awt.Robot can use in its keyPress() and keyRelease() methods.
The mapping is different in the two, is there a library that provides a translator? Or do I have to research the mapping charts and hardcode them in myself >
Me too, I have been wondering why Android does not follow ASCII.
I made a hardcode too, but it’s a bit concise, hope that helps: