bogdansrc
bogdansrc

Reputation: 1344

ShortcutRecorder record CMD+Tab

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

Answers (1)

bogdansrc
bogdansrc

Reputation: 1344

Using setCanCaptureGlobalHotKeys:YES on the SRRecorderControl fixes the issue.

Upvotes: 2

Related Questions