I'd like to bind a global keyboard shortcut to open AckMate within TextMate, even if I don't have TextMate open (open the most recent project in that case). How can I do this on Mac OSX?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
Open Automator, and select to create a new Service that receives No Input in Any application. Add a single Run AppleScript action and paste the following code:
Save using any name, and assign a keyboard shortcut in System Preferences » Keyboard » Keyboard Shortcuts » Services. |
|||
|
|