AppleScript 音量开关

发布于 2024-12-03 22:56:46 字数 312 浏览 0 评论 0原文

可能的重复:
使用 AppleScript 增加 Mac 上的音量?

我对 AppleScript 非常陌生,所以我'我什至不确定这是否可能。我想使用击键将音量设置为 10,或者仅运行脚本,然后按相同的击键或再次运行脚本以将其设置回变量,然后再将其设置为 10。

干杯。

Possible Duplicate:
Increase volume on mac using AppleScript?

I am very new to AppleScript so I'm not even sure if this is possible. I want to set the volume to a 10 using a keystroke or just running the script then pressing the same keystroke or running the script again to set it back to the variable prior to setting it to 10.

Cheers.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

腹黑女流氓 2024-12-10 22:56:46
property prevVol : 0
get output volume of (get volume settings)  
if the result is not 10
    set prevVol to the result
    set volume output volume 10
else
    set volume output volume prevVol
end if
property prevVol : 0
get output volume of (get volume settings)  
if the result is not 10
    set prevVol to the result
    set volume output volume 10
else
    set volume output volume prevVol
end if
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文