The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniWeb Feature Requests (http://forums.omnigroup.com/forumdisplay.php?f=28)
-   -   Open URL and Search in Google contextual menu items (http://forums.omnigroup.com/showthread.php?t=968)

HiramNetherlands 2006-07-08 03:11 PM

Open URL and Search in Google contextual menu items
 
I think OmniWeb needs Open URL and Search in Google contextual menu items, like Safari has, too. Sometimes, in a newspaper article, read online, a web address is given as text, not as a clickable link. And sometimes the user wants to look up a word.

HiramNetherlands 2006-07-11 07:08 AM

Adding to my own suggestion
 
Also missing: 'Look up in Dictionary'.

Forrest 2006-07-11 07:23 AM

I'm pretty sure there has been discussion on this elsewhere in the forum. I know that's at least the case with the dictionary bit. command+control+d works.

blet 2006-09-24 12:53 PM

I can't live without SafariStand's contextual menu search. It let's you search for highlighted text with any search shortcut in a background tab.

blet 2006-10-15 09:53 AM

I just found OnMyCommand (contextual menu plugin), which I used to add this function to OmniWeb.
Here's what I added to the OnMyCommand prefs so I could search google for highlighted text (assumes omniweb is default browser).

[CODE]<key>COMMAND_LIST</key>
<array>
<dict>
<key>ACTIVATION_MODE</key>
<string>act_selected_or_clipboard_text</string>
<key>COMMAND</key>
<array>
<string>open "http://www.google.com/search?q=</string>
<string>__OBJ_TEXT__</string>
<string>"</string>
</array>
<key>ESCAPE_SPECIAL_CHARS</key>
<string>esc_with_percent</string>
<key>EXECUTION_MODE</key>
<string>exe_silent_popen</string>
<key>NAME</key>
<string>Google</string>
<key>SUBMENU_NAME</key>
<string>..</string>
</dict>
</array>[/CODE]

The advantage of this over an in-browser method is that you can search from pretty much any app that lets you highlight text. Only thing that bugs me is searches appear in foreground rather than background tabs.

troyb 2006-10-24 12:50 PM

[QUOTE=HiramNetherlands]I think OmniWeb needs Open URL and Search in Google contextual menu items, like Safari has, too. Sometimes, in a newspaper article, read online, a web address is given as text, not as a clickable link. And sometimes the user wants to look up a word.[/QUOTE]

OmniWeb does have an open URL service that you can use. By default it's bound to Command-U since all browsers have this same service and bind it to the same shortcut it often gets stolen by another application.

You can rebind it via the Keyboard and Mouse System Preference pane to a new shortcut though.

forum member 2006-11-03 01:21 AM

[QUOTE=HiramNetherlands]Also missing: 'Look up in Dictionary'.[/QUOTE]

Highlight the word. Cmd-ctrl-D.


All times are GMT -8. The time now is 11:51 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.