Posted by member 212670 on 2006-09-09 22:13:38 link

Ahh good call Brian, that's the one.

Ok, here it is revised:

Load bptypein (packaged as typein-991019).

*Hotkey CTRL G !googleit

*Script bang !googleit
*Script exec !TypeIn "^C" ;hold ctrl
*Script exec !TypeIn "^_C" ;press C in WM_KEYDOWN mode
*Script exec !TypeIn "^C" ;release ctrl
*Script exec !pause 250 ;script was too fast for the clipboard
*Script exec !ParseEvars !command ?google %[clipboardText]%
*Script ~bang


Then, just ctrl+g for auto googling highlighted text.

That can be laid out in one !execute, but you still need the !pause. If you're already using mzscript, you may aswell use the !pause built into it, and layout it as a script.