HotKey icon indicating copy to clipboard operation
HotKey copied to clipboard

tracking only two modifiers

Open tcurdt opened this issue 2 years ago • 0 comments

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.

tcurdt avatar Dec 08 '23 02:12 tcurdt