-
Enhancement
-
Resolution: Unresolved
-
P3
-
7u80, 8, 9, 10
-
x86_64
A DESCRIPTION OF THE REQUEST :
With KeyEvent.getExtendedKeyCode you can get the key code for letters like å ä ö. But the robot class in java can't print them uf you try to use keyPress and keyRelease. It really ought to be able to print all uff-8 characters (which now more or less is the standard).
JUSTIFICATION :
There are other languages in the world - not just the English one.
With KeyEvent.getExtendedKeyCode you can get the key code for letters like å ä ö. But the robot class in java can't print them uf you try to use keyPress and keyRelease. It really ought to be able to print all uff-8 characters (which now more or less is the standard).
JUSTIFICATION :
There are other languages in the world - not just the English one.
- is blocked by
-
JDK-8204845 Add support of typing "char" to the Robot(without surrogate pairs only Robot.type(char))
- Open
-
JDK-8204846 Implement the JDK-8204845 for Linux platform for the active keyboard layout
- Open
-
JDK-8204847 Add support for surrogate pairs input
- Open