Skip to content

Instantly share code, notes, and snippets.

@mdelillo
Created May 11, 2020 21:23
Show Gist options
  • Save mdelillo/c7c0a2b9bb46c41b4de2b7c26b162e09 to your computer and use it in GitHub Desktop.
Save mdelillo/c7c0a2b9bb46c41b4de2b7c26b162e09 to your computer and use it in GitHub Desktop.
Keyboard Maestro - Open Tracker Story
<?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>610923730.30395901</real>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%SystemClipboard%</string>
<key>Variable</key>
<string>TrackerStoryID</string>
</dict>
<dict>
<key>Action</key>
<string>IgnoreCaseString</string>
<key>MacroActionType</key>
<string>SearchReplace</string>
<key>Replace</key>
<string></string>
<key>Search</key>
<string>#</string>
<key>Source</key>
<string>Variable</string>
<key>Variable</key>
<string>TrackerStoryID</string>
</dict>
<dict>
<key>IsDefaultApplication</key>
<true/>
<key>MacroActionType</key>
<string>OpenURL</string>
<key>TimeOutAbortsMacro</key>
<true/>
<key>URL</key>
<string>https://pivotaltracker.com/stories/show/%Variable%TrackerStoryID%</string>
</dict>
</array>
<key>CreationDate</key>
<real>610923739.05940998</real>
<key>ModificationDate</key>
<real>610924688.57004094</real>
<key>Name</key>
<string>Open tracker story</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>80</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>0</integer>
</dict>
</array>
<key>UID</key>
<string>F0C3CD75-7A2E-4ECE-981E-FDE4AEA3972F</string>
</dict>
</array>
<key>Name</key>
<string>Other</string>
<key>ToggleMacroUID</key>
<string>2C09CB46-387C-4A66-A217-DC06A2D7FC5C</string>
<key>UID</key>
<string>ADB36368-95EC-4F45-AC6E-D76A148C73DB</string>
</dict>
</array>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment