I'm trying to find some way to get the char or its key through an ActionEvent
's KeyEvent. I don't even know in which class I could find such a method.
Actually I have some old code containing hundred of lines of code, where we could map keycodes to characters, but it's a real pain, since different devices and languages mean special cases. I really want to avoid that.
Regards.