Mac OS 10.6 has a "Keyboard Shortcuts" preference pane in System Preferences. It lets you add new entries, but they don't seem to work. Is this the correct way to add hotkeys? For instance I would like Command+Esc to open Terminal.app.
feedback
|
|
You have to deal with two issues here
Make sure a real application launcher such as Quicksilver, Alfred or LaunchBar wouldn't be the better solution. For a Terminal, have a look at Visor. It allows you to create a HUD console. If you played Quake, you know how it works. That being said, you can make this work. First, create a Service by starting Above the Launch Application command, select no input and any application. Press Now, Open System Preferences » Keyboard » Keyboard Shortcuts, select Application Shortcuts (not Services!). Click the Done. Now there's a new menu item in Application Menu » Services named Launch Terminal, with the keyboard shortcut
| |||||||||||
feedback
|
|
(This was linked to as a duplicate, and it's one of my favorite topics anyway... :))
Does Apptivate count? I personally use FastScripts and something like:
Or:
@Daniel Beck:
You can use ⌘⎋ though. And I know you said usually, but just ⎋ can also be used by manually editing the property lists. Instructions specifically for using ⎋ as a shortcut.
There's also the methods in NSResponder... But it's mostly text editing actions, nothing related to opening applications. | |||
feedback
|

