I find the Cmd + O shortcut to open a file in Finder unintuitive. Does anyone know how to change it? I'd like to set it so that enter opens a file instead of going into rename mode.
|
feedback
|
|
I'm not sure that's possible or recommended given that it is a basic function of the Finder. Keep in mind that Cmd-Down also opens the file if that is any more intuitive. | |||||||||||||
feedback
|
|
It is possible using third party software, because they intercept keystrokes before they arrive at the frontmost application. Using Butler I was able to define a Keystrokes item that presses The problem is similar to the other answer's: A significant downside to this sledge-hammer-solution: You cannot ever press return in Finder to have it mean something else. Committing changes to a Get Info dialog to rename something, or triggering a dialog's default button: Return is not going to work. It is definitely not possible using system methods. Using System Preferences » Keyboard » Keyboard Shortcuts » Applications I defined a shortcut so that
Even using a Service* to trigger the action won't work:
| ||||
feedback
|
|
Use KeyRemap4MacBook (despite the name, it works on all Macs). In the Note: This is a free app that basically does the same as the commercial apps mentioned in Daniel's answer. It has the same limitations regarding pressing Return in other contexts inside Finder. | |||||||||||
feedback
|
|
This might probably help you: http://forums.macosxhints.com/archive/index.php/t-31633.html Also have a look at ReturnOpen. | |||||||
feedback
|
|
Could you use this method to add an action for the Finder application? Keyboard prefs > keyboard shortcuts tab > + | |||
|
feedback
|
|
You can't do it. "Enter" or "Return" aren't single key options, you have to have a modifier. Probably why pressing enter or return doesn't open the file in the first place, because the way the system is set up actions need a modifier key. | |||||||||||
feedback
|