Skip to content

Instantly share code, notes, and snippets.

@svandragt
Created July 22, 2020 10:00
Show Gist options
  • Save svandragt/3a15b79296654196c77c5cbfeea7be84 to your computer and use it in GitHub Desktop.
Save svandragt/3a15b79296654196c77c5cbfeea7be84 to your computer and use it in GitHub Desktop.
Open site in Firefox
<?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>608736511.30252004</real>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>KeyCode</key>
<integer>37</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>256</integer>
<key>ReleaseAll</key>
<false/>
<key>TargetApplication</key>
<dict/>
<key>TargetingType</key>
<string>Front</string>
</dict>
<dict>
<key>KeyCode</key>
<integer>8</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>256</integer>
<key>ReleaseAll</key>
<false/>
<key>TargetApplication</key>
<dict/>
<key>TargetingType</key>
<string>Front</string>
</dict>
<dict>
<key>KeyCode</key>
<integer>13</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>256</integer>
<key>ReleaseAll</key>
<false/>
<key>TargetApplication</key>
<dict/>
<key>TargetingType</key>
<string>Front</string>
</dict>
<dict>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%CurrentClipboard%</string>
<key>Variable</key>
<string>URL</string>
</dict>
<dict>
<key>AllWindows</key>
<true/>
<key>AlreadyActivatedActionType</key>
<string>Normal</string>
<key>Application</key>
<dict>
<key>BundleIdentifier</key>
<string>org.mozilla.firefox</string>
<key>Name</key>
<string>Firefox</string>
<key>NewFile</key>
<string>/Applications/Firefox.app</string>
</dict>
<key>MacroActionType</key>
<string>ActivateApplication</string>
<key>ReopenWindows</key>
<false/>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>KeyCode</key>
<integer>37</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>256</integer>
<key>ReleaseAll</key>
<false/>
<key>TargetApplication</key>
<dict/>
<key>TargetingType</key>
<string>Front</string>
</dict>
<dict>
<key>KeyCode</key>
<integer>9</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>256</integer>
<key>ReleaseAll</key>
<false/>
<key>TargetApplication</key>
<dict/>
<key>TargetingType</key>
<string>Front</string>
</dict>
<dict>
<key>KeyCode</key>
<integer>36</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>0</integer>
<key>ReleaseAll</key>
<false/>
<key>TargetApplication</key>
<dict/>
<key>TargetingType</key>
<string>Front</string>
</dict>
<dict>
<key>MacroActionType</key>
<string>Notification</string>
<key>SoundName</key>
<string></string>
<key>Subtitle</key>
<string>Website moved</string>
<key>Text</key>
<string></string>
<key>Title</key>
<string>Open in Firefox</string>
</dict>
</array>
<key>CreationDate</key>
<real>616489302.67256701</real>
<key>ModificationDate</key>
<real>616489418.83039498</real>
<key>Name</key>
<string>Open in Firefox</string>
<key>Triggers</key>
<array>
<dict>
<key>MacroTriggerType</key>
<string>StatusMenu</string>
</dict>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>3</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>768</integer>
</dict>
</array>
<key>UID</key>
<string>C19862D9-9C64-41D0-976D-FB0E6C203B0C</string>
</dict>
</array>
<key>Name</key>
<string>Firefox</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>org.mozilla.firefoxdeveloperedition</string>
<key>Name</key>
<string>Firefox Developer Edition</string>
<key>NewFile</key>
<string>/Applications/Firefox Developer Edition.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>org.mozilla.firefox</string>
<key>Name</key>
<string>Firefox</string>
<key>NewFile</key>
<string>/Applications/Firefox.app</string>
</dict>
</array>
</dict>
<key>ToggleMacroUID</key>
<string>9C59285F-D1D5-4877-BBB4-F05FA857676C</string>
<key>UID</key>
<string>FE16DE1B-CDB8-4A24-A281-04AF4CE4BAA1</string>
</dict>
</array>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment