我有这个脚本
tell application "System Preferences"
activate
set the current pane to pane id "com.apple.preference.sound"
reveal anchor "Output" of pane id "com.apple.preference.sound"
end tell
问题是它首先进入了一般配置,所有这些图标,然后才专注于声音。这会产生快速而烦人的闪烁。我只对声音窗格感兴趣。
有没有办法我可以编写一个脚本来只显示声音窗格而不会闪烁?
谢谢!