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

Make internal KeyBinding class consistent with key events and simplify cross-platform controls behavior code

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 8
    • 8
    • javafx

      KeyBinding uses meta() to mean the 'Windows' key on Windows, and the CMD key on Mac. This makes writing cross-platform behaviors more difficult as we must differentiate between CTRL on windows and meta/CMD on mac. Instead we should consolidate on using shortcut in both cases, as shortcut is defined to mean CTRL on Windows and CMD on Mac.

            jgiles Jonathan Giles
            jgiles Jonathan Giles
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: