0

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?

Eonil
  • 5,524
  • 7
  • 29
  • 33

1 Answers1

4

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

NReilingh
  • 5,737
  • 3
  • 27
  • 52
  • 1
    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 06:39