I am trying to get hexcodes of all the keys on the keyboard. For e.g. one that works for me is '0x2C' for printscreen. Can someone help me write a code snippet to get the hexcodes to map the keys as for printscreen key.
arg0.getVirtualKeyCode() == 0x2C //This is true when I press printscreen key
Any help would be highly appreciated !!