Page 1 of 1

Hot-keying to "WordWeb"

Posted: Mon May 17, 2004 3:13 am
by jjonesusg
A great "little" dictionary and thesaurs tool,
http://www.wordweb.co.uk/free/
but I can't get the tool configuration set correctly to give it the WORD the cursor is on (I can already do this successfully with Merriam-Webster using TypeToApp.)

The following config launches WordWeb via TP hot-key, but doesn't supply the word:
Command: C:\_WordWeb\WWNoTray.exe (run in window)
Parameters: $SelWord
Initial Folder: C:\_WordWeb

In their docs they indicate it can also be executed properly using the Windows Start/Run box as follows:
Rundll32 WWEB32.DLL,ShowRunDLL word-to-look-up
This works, but I'm not sure how to put this into TextPad :(

Any recommendations?

Thanks!
Jerry

(addendum)

Posted: Mon May 17, 2004 3:21 am
by jjonesusg
Re: Hot-keying to WordWeb...

If I high-lite the word ...
Ctrl-C to copy the word into the Clipboard...
THEN hot-key to WordWeb ...
that process works properly!

Jerry

Posted: Mon May 24, 2004 10:57 am
by tm
Just add the Parameter $Clip in the tool settings

eg.

Command: C:\_WordWeb\WWNoTray.exe (run in window)
Parameters: $SelWord $Clip
Initial Folder: C:\_WordWeb

Posted: Mon May 24, 2004 2:46 pm
by jjonesusg
Thanks "tm", that did the trick!