MacOS – Change search Google in Safari to use Firefox

firefoxkeyboardmacossafari

Cmd+Shift+L searches for the selected text in Google using Safari. Can I change this to use Firefox instead?

Best Answer

You can create a new service with automator, use the "Run Shell Script" action, and use:

open -a FireFox "http://www.google.com/search?q=$1"

as the shell script text, then save it as "Open with Firefox" or whatever you like.

-or-

follow this summary from this thread:

  1. Download and Install OnMyCommand/OMCEdit

  2. Open OMCEdit

  3. Click on "Download Commands" then "Download"

  4. Go in "Command Library"

  5. Choose #22 and click on "Append to Command"

  6. Change the name if you want (in "Command Name")

  7. Write " Top Level " in location if you don't want a sub-menu, or choose a name for the sub-menu ("In On My Command" is the default)

  8. Save

  9. You're done!