Skip to content

Instantly share code, notes, and snippets.

@barrasme
Created January 27, 2016 14:22
Show Gist options
  • Save barrasme/f15346b2a57dbf993be8 to your computer and use it in GitHub Desktop.
Save barrasme/f15346b2a57dbf993be8 to your computer and use it in GitHub Desktop.
A simple Keyboard Maestro macro to tweet the highlighted text.
<?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>475168983.47021598</real>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Action</key>
<string>Copy</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ClipboardSwitcherMacroAction</string>
<key>Name</key>
<string>506BDBF6-4434-4C7A-8F8A-903D9C2E1FC2</string>
<key>RedundandDisplayName</key>
<string>Default Clipboard</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>AllWindows</key>
<true/>
<key>AlreadyActivatedActionType</key>
<string>Normal</string>
<key>Application</key>
<dict>
<key>BundleIdentifier</key>
<string>com.tapbots.TweetbotMac</string>
<key>Name</key>
<string>Tweetbot</string>
<key>NewFile</key>
<string>/Applications/Tweetbot.app</string>
</dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ActivateApplication</string>
<key>ReopenWindows</key>
<false/>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>45</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>256</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>Action</key>
<string>Paste</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ClipboardSwitcherMacroAction</string>
<key>Name</key>
<string>506BDBF6-4434-4C7A-8F8A-903D9C2E1FC2</string>
<key>RedundandDisplayName</key>
<string>Default Clipboard</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>IsActive</key>
<false/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>36</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>256</integer>
<key>ReleaseAll</key>
<false/>
</dict>
</array>
<key>CreationDate</key>
<real>475510437.00417101</real>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>475515783.107907</real>
<key>Name</key>
<string>Tweet This</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>111</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>0</integer>
</dict>
</array>
<key>UID</key>
<string>0A6EFA38-B10E-463C-B00F-80BAA78323CC</string>
</dict>
</array>
<key>Name</key>
<string>Global Macro Group</string>
<key>ToggleMacroUID</key>
<string>BA5FC3BC-08A1-4A95-8708-E66520373C69</string>
<key>UID</key>
<string>ABABDA7D-6A2C-4267-BBA4-45FA59A4BDE4</string>
</dict>
</array>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment