How to Disable KM GUI Animations

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