![Smile :-)](./images/smilies/icon_e_smile.gif)
To save time cutting and pasting search words into my favourite search windows I've written a simple script in Autohotkey. Full details and source code are at http://www.autohotkey.com/forum/topic46083.html.
With this script running in the background, if you want to use Everything to search for a bit of on-screen text, you just highlight the text and rapidly double-press the right-hand Control key. ('Rapidly' means within 0.2s, but you can edit the script to change this if necessary).
In the same way a rapid double-press of the right-hand Shift key does a Google search on the highlighted text; and if you happen to have 'Copernic Desktop Search 2' installed, a rapid triple-press of the right-hand control key puts the text into the Copernic search window.
In each case if no text is highlighted the relevant search window appears ready for you to type in the search text manually.
The attached zip contains the script compiled into an exe file called SearchInterface.exe. Just extract the file and click on it to run it. Alternatively you could download and install Autohotkey from http://www.autohotkey.com/download/. Then copy and paste the script from http://www.autohotkey.com/forum/topic46083.html into Notepad and save it as say SearchInterface.ahk. Then just double-click the ahk file to run it.