soffes / HotKey

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

HotKey works even if app is not active #9

Closed sssbohdan closed 6 years ago

sssbohdan commented 6 years ago

@soffes Hi, thanks for this awesome framework. My problem is that hotkeys are tracking even if app is not active NSApplication.shared.isActive == false. How It can be resolved? Thanks.