Skip to content

Instantly share code, notes, and snippets.

@JohnAtl
Created January 1, 2022 21:28
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 JohnAtl/600f9282534906fdfb07861972d8cd72 to your computer and use it in GitHub Desktop.
Save JohnAtl/600f9282534906fdfb07861972d8cd72 to your computer and use it in GitHub Desktop.
<?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>502680771.10080498</real>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>ActionUID</key>
<integer>56056</integer>
<key>KeyCode</key>
<integer>34</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>Action</key>
<string>IgnoreCaseRegEx</string>
<key>ActionUID</key>
<integer>56051</integer>
<key>Destination</key>
<string>Clipboard</string>
<key>MacroActionType</key>
<string>SearchReplace</string>
<key>Replace</key>
<string></string>
<key>Search</key>
<string>[0-9]+</string>
<key>Source</key>
<string>Clipboard</string>
<key>Which</key>
<string>All</string>
</dict>
<dict>
<key>Action</key>
<string>IgnoreCaseRegEx</string>
<key>ActionUID</key>
<integer>56054</integer>
<key>Destination</key>
<string>Clipboard</string>
<key>MacroActionType</key>
<string>SearchReplace</string>
<key>Replace</key>
<string>\1</string>
<key>Search</key>
<string>(\s)\s</string>
<key>Source</key>
<string>Clipboard</string>
<key>Which</key>
<string>All</string>
</dict>
<dict>
<key>Action</key>
<string>IgnoreCaseRegEx</string>
<key>ActionUID</key>
<integer>56055</integer>
<key>Destination</key>
<string>Clipboard</string>
<key>MacroActionType</key>
<string>SearchReplace</string>
<key>Replace</key>
<string></string>
<key>Search</key>
<string>^\s+</string>
<key>Source</key>
<string>Clipboard</string>
<key>Which</key>
<string>All</string>
</dict>
<dict>
<key>ActionUID</key>
<integer>56057</integer>
<key>KeyCode</key>
<integer>47</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>
</array>
<key>CreationDate</key>
<real>662763883.86704504</real>
<key>ModificationDate</key>
<real>662765149.54461205</real>
<key>Name</key>
<string>remove numbers</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>41</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6912</integer>
</dict>
</array>
<key>UID</key>
<string>CDB72A3D-8DE9-4A4A-9E3A-7E9F55D09B12</string>
</dict>
</array>
<key>Name</key>
<string>Global Macro Group</string>
<key>ToggleMacroUID</key>
<string>CF43831C-B32F-47D4-AF96-12EB25BC353C</string>
<key>UID</key>
<string>91FFF27C-860C-4752-ABB5-FA5556E2EEA1</string>
</dict>
</array>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment