我使用辅助功能检查器试图帮助我解决这个问题,但我无法得到它。我正在导航到“辅助功能”面板,但之后我无法导航到鼠标和放大器。触控板或任何其他菜单项。
tell application "System Preferences"
set current pane to pane "com.apple.preference.universalaccess"
end tell
tell application "System Events" to tell process "System Preferences"
-- part that I am having trouble with
tell table 1 of scroll area 1 of window 1
select row 1
end tell
end tell
defaults write
terminal命令更改设置,而不是计算GUI界面的脚本。 〜/ Library / Preferences中的一些plist文件嫌疑人:com.apple.AppleMultitouchTrackpad
,com.apple.AppleMultitouchMouse
,com.apple.driver.AppleBluetoothMultitouch.mouse
,com.apple.driver.AppleBluetoothMultitouch.trackpad
,com.apple.preference.trackpad
。您可以使用以下命令查看可以更改的设置defaults read
终端命令。