-
Enhancement
-
Resolution: Fixed
-
P3
-
1.4.0, 6u5
-
b55
-
x86
-
windows_2000, windows_xp
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2161762 | 6u10 | Yuri Nesterenko | P3 | Resolved | Fixed | b24 |
java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode, sharing)
Does this problem occur on J2SE 5.0.x or 6.0? Yes / No (pick one)
Yes
Operating System Configuration Information (be specific):
Microsoft Windows XP [Version 5.1.2600]
Bug Description:
KeyEvent is still missing VK values for many keyboards.
This is related to RFE 4068241 and all the reports related to that one.
Using a Hebrew Keyboard the keys i) [, < Tav] ii) [. > Final Tzadeek] and iii)
[; : Final Fay] all map to VK_UNDEFINED.
Likewise with a Danish Keyboard (and I assume also Norwegian) the keys for their last
3 letters of the alphabet i) [ae] ii) [oe] iii) [aa] also all map to VK_UNDEFINED.
In the case of Hebrew the other Hebrew letters map to the English letters on the same
key (like Alef maps to VK_T) which is fine, for the 3 problem keys there already mappings
to the English Symbols on the same key (for example using Hebrew [' " ,] maps to VK_COMMA)
so it would not help to make [, < Tav] map to VK_COMMA, as that would cause a Comma to be
typed instead of a Tav.
This makes Screen Recording and Playing back very difficult as these 6 keys (3 in each
language) can not be recorded.
- backported by
-
JDK-2161762 KeyEvent is still missing VK values for many keyboards
- Resolved
- duplicates
-
JDK-2202935 provide raw key code from underlying system without changing API.
- Closed
-
JDK-4745053 RFE: Non-English letters don't work as button mnemonic
- Closed
- relates to
-
JDK-6823589 Remake sizes.64-solaris-i386 with newly added fields
- Closed
-
JDK-6834525 PIT: RowToleranceTransitivityTest test fail with crash on rhel4 x86 and rhel 5x86
- Closed
-
JDK-6782746 Keyboard hotkeys don't work in locales where non latin characters are used
- Closed
-
JDK-6446568 KeyEvent lacks 3 virtual keys of Danish keyboards
- Closed
-
JDK-2161759 Some key characters on none US keyboard cannot be typed since JDK 1.4
- Resolved
-
JDK-6559449 Support for converting from char to KeyEvent VK_ keycode
- Closed
-
JDK-6182651 Need to identify any key pressed/released with a unique code
- Closed
-
JDK-6697155 jcg build broken on windows because of incorrect merge after 6680988
- Resolved
-
JDK-6801620 JPasswordField broken on JDK 6
- Resolved
-
JDK-8013370 Null pointer exception when adding more than 9 accelators to a JMenuBar
- Closed
-
JDK-4068241 RFE: java.awt.event.KeyEvent doesn't have VK values for Asian/European keyboards
- Closed