> I need some help about making a command a kind of 'convert and open'. > There is a small program doing this job, that is you can mark > URL such > as "h**p://something.com" after right click you will get a > context menu > of 'Open the URL'. And you will go directly to that page > without paste > and copy. This is working fine just only in IE browser. > Unfortunately, > I'm using Crazy browser.
The below will do that, and more. Note the first item in the menu is the URL one...if you have multiple browsers, you'll just add more items in the commandlist that will launch the web browser, with the &(cliptxt) as the parameter. I have this tied to a hotkey (ctrl+alt+s in my case for search/select) *Clip Copy More Commands: cliptxt = clip.get Menu Show Menu: Assorted And this this is the export of the Menu: Assorted commandlist - watch for word wraps! Make sure you have standard configuration enabled under the Setup tab | Advanced setup button | Configuration tab. [Menu: Assorted:Properties] Format1 = Position: Floating Format2 = MaxText: 63 Format3 = Flat Tooltips [1] Label = URL LCmd1 = &(cliptxt) MCmd1 = (none) RCmd1 = (none) [2] Label = -------- LCmd1 = *Format LParam1 = Separator MCmd1 = (none) RCmd1 = (none) [3] Label = Acronym Finder LCmd1 = http://www.acronymfinder.com/af-query.asp?String=exact&Acronym=&(cliptxt)&Fi nd=Find MCmd1 = (none) RCmd1 = (none) [4] Label = E-bay LCmd1 = cliptxt LParam1 = = ReplaceChars(cliptxt, " ", "+") LCmd2 = http://search.ebay.com/search/search.dll?cgiurl=http%3A%2F%2Fcgi.ebay.com%2F ws%2F&MfcISAPICommand=GetResult&ht=1&from=R7&ebaytag1=ebayreg&query=&(cliptx t) MCmd1 = (none) RCmd1 = (none) [5] Label = Google Search LCmd1 = cliptxt LParam1 = = ReplaceChars(cliptxt, " ", "+") LCmd2 = http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=&(cliptxt) MCmd1 = (none) RCmd1 = (none) [6] Label = Google "I'm Feeling Lucky" Search LCmd1 = cliptxt LParam1 = = ReplaceChars(cliptxt, " ", "+") LCmd2 = http://www.google.com/search?btnI&q=&(cliptxt) MCmd1 = (none) RCmd1 = (none) [7] Label = Dictionary.com LCmd1 = http://www.dictionary.com/cgi-bin/dict.pl?term=&(cliptxt) MCmd1 = (none) RCmd1 = (none) [8] Label = Freeware LCmd1 = http://www.all4you.dk/FreewareWorld/links.php?search=&(cliptxt)&la=xx MCmd1 = (none) RCmd1 = (none) ---------------- To use, just select the text and hit your hotkey. Enjoy! David Troesch | Atlanta, GA | ICQ# 2333123 Carpe Diem - "Seize the Day" Funstuff: My girlfriend said I never listen to her ... or something ... Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
