soffes / HotKey

Simple global shortcuts in macOS
MIT License
921 stars 82 forks source link

tracking only two modifiers #43

Open tcurdt opened 9 months ago

tcurdt commented 9 months ago

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.