Skip to content

Instantly share code, notes, and snippets.

@drdrang
Last active January 3, 2016 19:08
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 drdrang/8506224 to your computer and use it in GitHub Desktop.
Save drdrang/8506224 to your computer and use it in GitHub Desktop.
A Keyboard Maestro macro (⌥⌘O) for accessing the Open Recent submenu from the keyboard.
<?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>Action</key>
<string>Move</string>
<key>Button</key>
<integer>0</integer>
<key>ClickCount</key>
<integer>0</integer>
<key>DisplayMatches</key>
<false/>
<key>DragHorizontalPosition</key>
<string>0</string>
<key>DragVerticalPosition</key>
<string>0</string>
<key>Fuzz</key>
<integer>15</integer>
<key>HorizontalPositionExpression</key>
<string>460</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>MouseMoveAndClick</string>
<key>Modifiers</key>
<integer>0</integer>
<key>MouseDrag</key>
<string>None</string>
<key>Relative</key>
<string>Absolute</string>
<key>RelativeCorner</key>
<string>TopLeft</string>
<key>RestoreMouseLocation</key>
<false/>
<key>StopOnFailure</key>
<false/>
<key>VerticalPositionExpression</key>
<string>160</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SelectMenuItem</string>
<key>Menu</key>
<array>
<string>File</string>
<string>Open Recent</string>
<string></string>
</array>
<key>StopOnFailure</key>
<true/>
<key>TargetingType</key>
<string>Front</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>411923309.82319802</real>
<key>Name</key>
<string>Open Recent</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>31</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2304</integer>
</dict>
</array>
<key>UID</key>
<string>3809075C-4D70-4FAE-8B02-3573CE6B4183</string>
</dict>
</array>
<key>Name</key>
<string>BBEdit</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.barebones.bbedit</string>
<key>Name</key>
<string>BBEdit</string>
<key>NewFile</key>
<string>/Applications/BBEdit.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4252F8F7-2900-4F5B-92C7-1A0BF14E376F</string>
</dict>
</array>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment