Skip to content

Instantly share code, notes, and snippets.

@gordonmeyer
Last active June 13, 2022 12:16
Show Gist options
  • Save gordonmeyer/3c8901887ca1133d51ce1a48b72e5ddc to your computer and use it in GitHub Desktop.
Save gordonmeyer/3c8901887ca1133d51ce1a48b72e5ddc to your computer and use it in GitHub Desktop.
Keyboard Maestro macro to unpause a paused printer so that jobs can resume
<?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">
<array>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>CreationDate</key>
<real>462901998.28961402</real>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>ActionUID</key>
<integer>113</integer>
<key>AllWindows</key>
<true/>
<key>AlreadyActivatedActionType</key>
<string>Normal</string>
<key>Application</key>
<dict>
<key>BundleIdentifier</key>
<string>com.apple.print.PrinterProxy</string>
<key>Name</key>
<string>HP Color LaserJet Pro M252dw (59756D)</string>
<key>NewFile</key>
<string>~/Library/Printers/HP Color LaserJet Pro M252dw.app</string>
</dict>
<key>MacroActionType</key>
<string>ActivateApplication</string>
<key>ReopenWindows</key>
<false/>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>ActionUID</key>
<integer>114</integer>
<key>MacroActionType</key>
<string>SelectMenuItem</string>
<key>Menu</key>
<array>
<string>Printer</string>
<string>Resume</string>
</array>
<key>TargetApplication</key>
<dict>
<key>BundleIdentifier</key>
<string>com.apple.print.PrinterProxy</string>
<key>Name</key>
<string>PrinterProxy</string>
<key>NewFile</key>
<string>~/Library/Printers/HP Color LaserJet Pro M252dw.app</string>
</dict>
<key>TargetingType</key>
<string>Specific</string>
</dict>
</array>
<key>CreationDate</key>
<real>639956822.70389199</real>
<key>ModificationDate</key>
<real>666464150.94219899</real>
<key>Name</key>
<string>Unpause Open Printer</string>
<key>Triggers</key>
<array>
<dict>
<key>MacroTriggerType</key>
<string>PublicWeb</string>
</dict>
</array>
<key>UID</key>
<string>1CB50E63-2DF8-4547-B3AE-29A7A7BA020E</string>
</dict>
</array>
<key>Name</key>
<string>Global Macro Group</string>
<key>ToggleMacroUID</key>
<string>29D73F21-B2EA-4189-8E38-C5D2FCB31E32</string>
<key>UID</key>
<string>89CCCCE6-2AB1-45B4-A41D-370947017213</string>
</dict>
</array>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment