-
Bug
-
Resolution: Unresolved
-
P3
-
8, 9
-
Fix Understood
-
linux
On Linux dead key typing sequence only send KEY_RELEASED for each key in it.
For example, diacritic key sequences of French keyboard layout do not trigger listeners added as shown below:
textnode.addEventHandler(KeyEvent.KEY_PRESSED, e -> ...)
textnode.addEventHandler(KeyEvent.KEY_TYPED, e -> ...)
For example, diacritic key sequences of French keyboard layout do not trigger listeners added as shown below:
textnode.addEventHandler(KeyEvent.KEY_PRESSED, e -> ...)
textnode.addEventHandler(KeyEvent.KEY_TYPED, e -> ...)
- duplicates
-
JDK-8179526 [linux] Special Characters input via composition do not produce correct KeyEvents on Linux OS
- Closed
- relates to
-
JDK-8300569 ☂ Missing APIs related to rich text control
- In Progress
-
JDK-8341560 Better documentation for KeyCombinations/KeyCodes/KeyEvents
- Open