gpt4 book ai didi

macos - 在我的首选项 Pane 中定义 anchor 名称

转载 作者:行者123 更新时间:2023-12-03 16:40:39 25 4
gpt4 key购买 nike

我希望启用 AppleScript 以显示我正在开发的自定义首选项 Pane 中的特定选项卡,以便可以正常工作:

tell application "System Preferences" 
reveal anchor "Foo" of pane id "com.example.preferences.Bar"
end tell

我无法在任何地方找到我的首选项 Pane 如何声明或指定 "Foo" anchor 或将其与任何特定选项卡 View 项关联。

最佳答案

首先,您必须确保您正在搜索的是 anchor 而不是其他类型的对象。然后使用下面的脚本获取每个 anchor 名称:(在本例中获取声音偏好的 anchor 将给出“输出”,“输入”,..)

tell application "System Preferences"
activate
set current pane to pane id "com.apple.preference.sound"
get the name of every anchor of current pane
end tell

关于macos - 在我的首选项 Pane 中定义 anchor 名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33525165/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com