HotKey
HotKey copied to clipboard
tracking only two modifiers
I want to track just two modifiers:
let hotKey = HotKey(key: .control, modifiers: [.option])
But that does not seem to be supported. Is there a way to work around or add this? My Carbon foo is not strong enough for this.