How can I listen to NSEvents while my app has the focus, but independently of which window is active?
I'm not looking to listen to system-wide events, I only want to listen to single and/or modified keystrokes while my app has the focus, but all examples I could find, listen NSEvents from NSWindow or NSView.
My app has multiple windows and I want to catch all keystrokes while any of those windows are focused.