Other |
---|
tbdUnresolved |
Duplicate :
|
|
Relates :
|
|
Relates :
|
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 -> ...)
|