从工具栏项中删除焦点
我有一个带有自定义项目的工具栏。当我单击项目时,左侧项目获得焦点。如何从工具栏项中删除焦点?
I have a toolbar with custom items. When i click on item, left item get a focus. How to delete focus from toolbar item?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来您已将“完全键盘访问”设置为“所有控件”。您可以按几次 Tab 键,直到焦点离开工具栏项。
如果您想禁用专注于文本框和列表以外的其他对象的功能(这样您就不能再专注于工具栏项目等),您可以通过两种方式执行此操作:1)按 Control + F7,或 2)转到转到“系统偏好设置”的“键盘首选项”窗格,选择“键盘快捷键”选项卡,然后将“完全键盘访问”单选按钮从“所有控件”更改为“仅限文本框和列表”。
It looks like you have "Full Keyboard Access" set to "All controls". You can press tab a few times until the focus goes away from the toolbar item.
If you want to disable the ability to focus on other objects other than text boxes and lists (so you can no longer focus on toolbar items and such), you can do that two ways: 1) press Control + F7, or 2) go to System Preferences, Keyboard preference pane, select the Keyboard Shortcuts tab, and change the "Full Keyboard Access" radio button from "All Controls" to "Text boxes and lists only".