Tôi đã sử dụng Trình kiểm tra khả năng truy cập để thử và giúp tôi tìm ra điều này nhưng tôi hoàn toàn không thể có được nó. Tôi đang điều hướng đến ngăn Trợ năng nhưng sau đó tôi gặp sự cố khi điều hướng đến Chuột & Bàn di chuột hoặc bất kỳ mục trình đơn nào khác cho vấn đề đó.
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
lệnh terminal để thay đổi cài đặt thay vì tìm ra kịch bản cho giao diện GUI. Một số kẻ tình nghi tập tin plist trong Preferences ~ / Library /:com.apple.AppleMultitouchTrackpad
,com.apple.AppleMultitouchMouse
,com.apple.driver.AppleBluetoothMultitouch.mouse
,com.apple.driver.AppleBluetoothMultitouch.trackpad
,com.apple.preference.trackpad
. Bạn có thể xem những cài đặt nào có thể được thay đổi bằng cách sử dụngdefaults read
lệnh terminal.