How to Disable KM GUI Animations

KM animates its GUI even if animations are disabled in osx system settings (Accessibility > Reduce Motion).
Any ideas on how/if there's a way to disable them?
@peternlewis @JMichaelTX thx

You can disable animation in Keyboard Maestro or Keyboard Maestro Engine with:

defaults write com.stairways.keyboardmaestro.engine DisableAnimation -bool YES
defaults write com.stairways.keyboardmaestro.editor DisableAnimation -bool YES
2 Likes

awesome, thanks!

Hey Peter, just came across this while perusing the forum last night (gotta love insomnia)... I'm assuming this is a command line to be entered in Terminal?

I know only the basics of Terminal and therefore am very cautious with its use, does this need to be prefaced with any other command?

1 Like

Yes, in Terminal
Doesn't need any other command.
Close/restart KM

1 Like

Done and done, thank you!

1 Like