Skip to content

Instantly share code, notes, and snippets.

@tjluoma
Created October 30, 2012 14:34
Show Gist options
  • Save tjluoma/3980549 to your computer and use it in GitHub Desktop.
Save tjluoma/3980549 to your computer and use it in GitHub Desktop.
Keep Keyboard Maestro's 'engine' (helper) alive unless you quit it
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>KeepAlive</key>
<dict>
<key>SuccessfulExit</key>
<false/>
</dict>
<key>Label</key>
<string>com.tjluoma.KeyboardMaestroEngine</string>
<key>ProgramArguments</key>
<array>
<string>/Applications/Keyboard Maestro.app/Contents/Resources/Keyboard Maestro Engine.app/Contents/MacOS/Keyboard Maestro Engine</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
@ichswarox
Copy link

may I know how to use it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment