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