Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8172867

Dead key sequences do not produce KEY_PRESSED and KEY_TYPED events on Linux.

XMLWordPrintable

    • 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 -> ...)
       

            mfox Martin Fox
            ssadetsky Semyon Sadetsky (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated: