I have a simple KeyListener class listening from a Component using Component::addKeyListener(). When I use any sign of my PC num pad, the Keypress.keyCode generated is 43 instaed 65643. What’s wrong?
KeyPress::numberPadAdd, is this a bug?
juan1979
#3
With numLock enabled or disabled I have the same result hitting the + key. I tried in another laptop, and again the same. keyCode is always 43 instead 65643. However, [keypad] numbers work ok.