ps: 在 macOS 上微调音量
|      1377848      2019-05-09 17:00:46 +08:00 等大佬回复 | 
|  |      2mauve PRO Hammerspoon 或者 applescript,推荐 Hammerspoon | 
|      3lizhuoli      2019-05-09 19:19:17 +08:00 via iPhone 可以试试 Apple Script,能访问大部分 macOS 的接口和系统事件,Google 一下应该就有 | 
|  |      4c4f36e5766583218 OP @mauve #2 Hammerspoon 文档里看到一句。 hs.audiodevice.defaultOutputDevice():setVolume(0) 应该有 hs.audiodevice.defaultOutputDevice():getVolume()的吧 | 
|  |      5c4f36e5766583218 OP | 
|  |      6c4f36e5766583218 OP apple script: display alert output volume of (get volume settings) https://apple.stackexchange.com/questions/191300/get-output-volume-with-applescript | 
|  |      7lxk11153      2020-02-05 12:24:27 +08:00 Shell: osascript -e 'get volume settings' AppleScript: get volume settings 但是屏幕亮度,键盘亮度还不知道,等高手~ |