Possible Duplicate:
Starting application with custom keyboard shortcut

I want to launch Terminal app with Command+T on anywhere. (global shortcut) How can I achieve this?

link|improve this question

68% accept rate
2  
For one thing. You probably don't want to use Command+T for terminal. It is used in many apps. – Wuffers Feb 28 '11 at 5:07
@Mark You're right. The key is bound to many apps. – Eonil Feb 28 '11 at 6:40
feedback

closed as exact duplicate by Daniel Beck, Sathya Feb 28 '11 at 8:58

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 2 down vote accepted

Use Automator to create a service that launches Terminal, and then assign your keyboard shortcut from System Preferences -> Keyboard -> Keyboard Shortcuts -> Services.

link|improve this answer
It seems require some kind of target object to interact with. But I want absolute execution without any object... However it does not seem to be no other way. – Eonil Feb 28 '11 at 6:39
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.