-
I can control the mac mute status via: however this of course does nothing if the audio output device is a monitor. I do have the keyboard controls working with BetterDisplay and DDC which is great. However I have a case where i want to programmaticly control the volume and was wondering if their is a way to trigger the MUTE function in Betterdisplay? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can leave set the app to leave the mute key to the system's native mute (macOS can mute digital outputs). But the scriptable mute (via CLI) is meant for DDC mute control which won't work if the display is not DDC compatible. |
Beta Was this translation helpful? Give feedback.
In that case simply use the
betterdisplaycli set -n=DISPLAYNAME --mute=on
command withbetterdisplaycli
installed and the app running (or use thetoggle
command to toggle it,get
to get the current state).https://github.com/waydabber/BetterDisplay/wiki/Integration-features,-CLI