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

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P3
    • 8
    • Affects Version/s: 8
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved:
              Imported: