Skip to content

Instantly share code, notes, and snippets.

@gordonmeyer
Created January 17, 2013 23:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gordonmeyer/4560843 to your computer and use it in GitHub Desktop.
Save gordonmeyer/4560843 to your computer and use it in GitHub Desktop.
Keyboard Maestro macro for looking up a word on Thsrs (www.ironicsans.com/thsrs)
<?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>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>8</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>256</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>Application</key>
<dict/>
<key>IsActive</key>
<true/>
<key>IsDefaultApplication</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>OpenURL</string>
<key>TimeOutAbortsMacro</key>
<true/>
<key>URL</key>
<string>http://www.ironicsans.com/thsrs/?q=%CurrentClipboard%</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>Name</key>
<string>Thsrs Lookup</string>
<key>Triggers</key>
<array>
<dict>
<key>MacroTriggerType</key>
<string>StatusMenu</string>
</dict>
</array>
<key>UID</key>
<string>6C793881-1358-47CC-BA5A-016A5F39D5D8</string>
</dict>
</array>
<key>Name</key>
<string>Clipboards</string>
<key>UID</key>
<string>CB06FABE-1476-4E0D-807E-3D606B2942DB</string>
</dict>
</array>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment