-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b55
-
generic
-
windows_xp
-
Not verified
When non-english keyboard layout is selected on windows, some of the keys return zero as keycode in keyPressed and keyReleased.
Executed the attached sample code KeyCodeTest
Change the keyboard layout on windows to non-english (Eg: Russian)
Type keys such as ` [ ] ; ' , .
If keycode is returned as zero, bug is reproduced.
This works fine for english keyboard layout.
Also for different keyboard layouts, different set of keys are giving keycode as zero.
###@###.### 2005-07-20 14:28:13 GMT
Executed the attached sample code KeyCodeTest
Change the keyboard layout on windows to non-english (Eg: Russian)
Type keys such as ` [ ] ; ' , .
If keycode is returned as zero, bug is reproduced.
This works fine for english keyboard layout.
Also for different keyboard layouts, different set of keys are giving keycode as zero.
###@###.### 2005-07-20 14:28:13 GMT
- relates to
-
JDK-5055861 robot throws exception
- Open