Reputation: 1344
I'm trying to allow ShortcutRecorder to record CMD+Tab. The problem is that, even if ShortcutRecorder has the focus, if I press CMD+Tab, the application switcher appears.
Is there any way of allowing ShortcutRecorder to "intercept" the CMD+Tab?
Thanks!
Upvotes: 2
Views: 503
Reputation: 1344
Using setCanCaptureGlobalHotKeys:YES on the SRRecorderControl fixes the issue.
Upvotes: 2