ShortcutRecorder记录CMD+Tab
我试图让 ShortcutRecorder 记录 CMD+Tab。问题是,即使 ShortcutRecorder 具有焦点,如果我按 CMD+Tab,应用程序切换器也会出现。
有没有办法让ShortcutRecorder“拦截”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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 SRRecorderControl 上使用 setCanCaptureGlobalHotKeys:YES 可以修复该问题。
Using setCanCaptureGlobalHotKeys:YES on the SRRecorderControl fixes the issue.