如何将操作与键盘快捷键关联?
我有一个调用面板的 IBAction。我想使用键盘快捷键调用该操作,但我不知道如何执行此操作。
我想一种方法是创建一个菜单项,将操作关联到该项目,然后将快捷方式分配给该项目,但我还没有完成菜单。
有什么想法或建议吗?
I've an IBAction that calls up a panel. I want to invoke that action with a keyboard shortcut but I'm at a loss on how to do it.
I guess one way of doing it would be to create a menu item, associate the action to the item and then assign the shortcut to that item, but I haven't done my menus yet.
Any ideas or suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想你自己回答了这个问题:)
只需在 Interface Builder 中创建一个应该启动操作的 UI 元素并分配 等效密钥。
I think you anwered the question yourself :)
Just create a UI Element in Interface Builder that's supposed to start your Action and assign an Key Equivalent.