I was looking at the Stack Overflow questions to see if there was a keycode for the number keypad (the keys on the right of the keyboard). A list of useful answers was given but also confusing. Apparently Numpad-0 is 96, Numpad-1 is 97, Numpad-2 is 98, and so on.
This would be alright except that isn't 97 already allocated to capital A and 98 to capital B?
Can anyone help please?
I am searching for the same and I found it; here is the code:
KeyEvent.VK_NUMPAD0 to KeyEvent.VK_NUMPAD9