NSMenu 中的 NSView ——如何使“key”成为可见对象用于接受键盘命令[具体来说,返回]
我有一个文本字段和一个按钮,位于菜单项内的视图中。该按钮将文本字段中的字符串提交给函数,效果很好。不过,我还将按钮的键设置为相当于“返回”。键盘命令未被选取,可能是因为菜单不是“键盘”窗口。
我知道如何使窗口成为关键窗口(makeKeyAndOrderFront)——菜单中的视图相当于什么?
I have a text field and a button living in a view inside a menu item. The button submits the string in the text field to a function, and that works fine. However, I've also set the button's key equivalent to "return." The key command isn't being picked up, probably because the menu is not the "key" window.
I know how to make a window the key window (makeKeyAndOrderFront) -- what's the equivalent for a view living in a menu?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论