功能很簡單,若已經是靜音的狀態再執行一次就會回復
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 Events" | |
if (output muted of (get volume settings)) is true then | |
set volume without output muted | |
else | |
set volume with output muted | |
end if | |
end tell |
沒有留言:
張貼留言