views:

17

answers:

1

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!

A: 

Using setCanCaptureGlobalHotKeys:YES on the SRRecorderControl fixes the issue.

bogdansrc