Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为我的应用程序创建一个 NSTouchBar。当栏显示时,我在左侧看到这个 ESC 图标,在右侧看到这些其他图标:
有没有办法摆脱它们并拥有完整的酒吧区?
右侧的图标是“控制条”。
无法通过公共 API 删除右侧的“esc”键和“控制条”。在文档中,他们说它“始终可用”。
但是,您可以将“esc”的内容更改为其他内容,例如“完成”或任何内容,甚至是图标,方法是使用带有NSTouchBarItem.
NSTouchBarItem
有一些方法可以自定义控制条甚至删除它,但我没有找到任何公共 API:Apple 认为这个选择应该留给用户,通过系统偏好设置,并且不能以编程方式强制执行。