-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P3
-
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.