Currently, 1.1 KeyEvent object do not always contain proper values for keyCode
and keyChar (they typically have the same value which is incorrect).
keyCode should correspond to a platform-independent numeric key code
representing the key that was actually pressed, while keyChar should contain
the resulting unicode input char.
and keyChar (they typically have the same value which is incorrect).
keyCode should correspond to a platform-independent numeric key code
representing the key that was actually pressed, while keyChar should contain
the resulting unicode input char.