Double click on an image opens the default application associated with it.

E.g. "jpg" opens with "Preview", but some times I need to open with an alternate application, e.g. photo editing software.

I don't want to change the "default" handling from "Preview" but may be with "Cmd-Enter" or "Ctrl-Enter" I want to open with another application instead of "Open With"->Select Application...

Is it possible?

Thanks.

link|improve this question
One idea is to drag the alternate application icon to the toolbar. That way you can drag the file to that application icon whenever you need. I used to do that with VLC for files that couldn't play or play well in QuickTime/Perian. – fideli May 15 '10 at 17:18
Thanks. Yes I did also that, but it was tedious as I set my dock in auto-hide mode. – user13653 May 15 '10 at 17:53
1  
What I mean is having the icon literally in the Finder toolbar, rather than in the dock. However, I will concede that it is tedious compared to your desired keyboard-shortcut-type of solution. – fideli May 15 '10 at 20:24
feedback

3 Answers

up vote 2 down vote accepted

Yes you can do this. It's trivial.

  1. Use automator to create a service. In the top bar of your new service, select using the popups "Service receives selected files or folders in Finder"
  2. Drag "Open Finder Items" from the left side into your Service. Using the popup, select your application.
  3. Save service, "Open with Application X"
  4. Open System Preferences, go to the Service in the list, double click right side of name to open the shortcut field, and hold your shortcut keys. (control-enter or whatever)

Edit: In testing, it seems the Keyboard Shortcuts panel doesn't allow shortcuts with enter or return No matter, just pick a shortcut you like. Make sure it's one not currently used by the Finder, though. This wasn't easy for me. :)

link|improve this answer
feedback

Not that I'm aware of, however there is a possibility that you could AppleScript something together.

link|improve this answer
feedback

Quicksilver will do it.

link|improve this answer
Quick silver will not allow you to Cmd+click a file and open in a different application. It will allow you to select the file, then type "Open with" and select an application. This is however slower then simply right clicking in most situations because you are forcing Quicksilver to find the file first, which takes a good deal of time. – Josh K May 16 '10 at 3:48
1  
Consider embedding a link to the program next time, it makes it easier to direct the asker to it. – Josh K May 16 '10 at 3:50
feedback

Your Answer

 
or
required, but never shown

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