-
Enhancement
-
Resolution: Fixed
-
P4
-
1.1.1, 1.1.4, 1.1.6, 1.2.0
-
beta
-
generic, x86, sparc
-
generic, solaris_2.5.1, windows_nt
Name: pk39325 Date: 08/05/97
The key mapping from some keys is inconsistent.
e.g. The Del/. key on a PC keypad reports different key
pressed events depending on whether NumLock is on or off
This makes it impossible to do any consistent function key
mapping.
The application we work with is actually a terminal emulator
so we want to re-map the keyboard to be similar to a terminal keyboard.
======================================================================
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
----------------------------------------
The second part of this bug involving Swedish keyboards
(submitted by ronan.mandel)
has been made into a new separate bug - BugId 4106318
linda.mccolm@Eng 1998-01-23
- duplicates
-
JDK-4072265 Inconsistent values for keycode from the Numeric Keypad
- Closed
- relates to
-
JDK-4424517 Need KeyEvent APIs to distinguish numpad and keyLocation
- Closed
-
JDK-4114623 Number Pad Enter Key is not supported on Java VM's
- Resolved
-
JDK-4106318 Key mapping for some keys is inconsistent (Swedish keyboard)
- Closed