Keyboard Maestro 10.2 on macOS 12.6
Hi Everyone,
I know this topic been discussed before, unfortunately none of that worked for me so far.
What's the best way to activate Reduce transparency on macOS.
So far I tried ...
Shell script
defaults write com.Apple.universalaccess reduceTransparency -bool TRUE
AppleScript (This Script does work if the System Preferences window is opened in the Accessibility -> Display Menu. But not from inside KM.)
tell application "System Preferences" to activate
tell application "System Events"
tell it's application process "System Preferences"
tell it's window "Accessibility"
tell it's tab group 1 of group 1
click checkbox "Reduce transparency"
end tell
end tell
end tell
end tell
If anyone has a solution, I love to try it.
Thanks