-
Bug
-
Resolution: Fixed
-
P2
-
1.1.8, 1.2.0
-
1.1.8
-
x86
-
windows_nt
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2025454 | 1.2.2 | Uwe Uwe | P2 | Resolved | Fixed | 1.2.2 |
Name: krT82822 Date: 02/25/99
The AltGr bug fix is working generally well
with the following exceptions
(using Swiss German Keyboard Layout):
1. AltGr+'4' and AltGr+'5' produce
valid characters although they
should not (like AltGr+'9').
2. To get the character ']' (005D hex)
you have to press AltGr+'"'; '"'
is a "caching" version near the
ENTER key (do not mistake with
the standard '"' getting by
pressing Shift+'2'!!!) normally
used in combination with
'a', 'o', 'u' to make
'a'-Umlaut, 'o'-Umlaut, 'u'-Umlaut.
Typing '"' and then 'o' produces
'o'-Umlaut for example (that works).
Now, typing AltGr+'"' should produce
']', but produces ']'+'"', in other
words it behaves like typing
AltGr+'"' and '"'; this has the effect
that after typing AltGr+'"' resp.
']' the next typed character
is preceded by an extra '"'.
(Review ID: 54725)
======================================================================
- backported by
-
JDK-2025454 Problems with Swiss German keyboard layout
- Resolved
- duplicates
-
JDK-4227355 AltGr Bug still not completely fixed in Java 2
- Closed