How to handle shortcut in AppKit
Issue #408
Podfile
| 1 | pod 'MASShortcut' | 
| 1 | let shortcut = MASShortcut(keyCode: kVK_ANSI_K, modifierFlags: [.command, .shift]) | 
Issue #408
Podfile
| 1 | pod 'MASShortcut' | 
| 1 | let shortcut = MASShortcut(keyCode: kVK_ANSI_K, modifierFlags: [.command, .shift]) |