Possible Duplicate:
Java - Get keycode of a char
I have a String which can contain alphabet, digits, +, -, = etc. I want to get the key code of each character so that I can use that in KeyEventData()
argument. I am able to detect only alphanumeric characters.
How do I detect a keypress such as +, :, }, etc. which requires a shift key press?