This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "System Preferences" | |
activate | |
reveal anchor "output" of pane id "com.apple.preference.sound" | |
end tell | |
tell application "System Events" | |
delay 0.5 | |
tell slider 1 of group 1 of tab group 1 of window "Sound" of process "System Preferences" | |
set value to 0.5 | |
end tell | |
end tell |