-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
1.2.0
-
sparc
-
solaris_2.5.1
======================================================================
No KeyEvent seems to be sent att all to keyPressed when I press
the ","/"Del" key on my (Swedish) keyboard and NumLock is selected.
Something like KeyEvent.VK_SEPARATER, KeyEvent.VK_COMMA, or
KeyEvent.VK_PERIOD was expected. Every thing else seems to come through.
Using jdk 1.1.3 this key sends del (keycode 127).
(the minus key, however, sends "=" (keycode 61); whre
jdk 1.2 beta 2 sends the correct "-" (keycode 109))
My code is available upon request.
ronan.mandel@Eng 1998-01-21
No KeyEvent seems to be sent att all to keyPressed when I press
the ","/"Del" key on my (Swedish) keyboard and NumLock is selected.
Something like KeyEvent.VK_SEPARATER, KeyEvent.VK_COMMA, or
KeyEvent.VK_PERIOD was expected. Every thing else seems to come through.
Using jdk 1.1.3 this key sends del (keycode 127).
(the minus key, however, sends "=" (keycode 61); whre
jdk 1.2 beta 2 sends the correct "-" (keycode 109))
My code is available upon request.
ronan.mandel@Eng 1998-01-21
- relates to
-
JDK-4069679 Key mapping for some keys is inconsistent.
- Resolved