Search the selected text in other window directly

Have a suggestion for "Everything"? Please post it here.
Post Reply
popyoung
Posts: 3
Joined: Sun Nov 14, 2021 7:01 am

Search the selected text in other window directly

Post by popyoung »

I find it useful to search directly for selected text in other windows. It can be technically difficult to get the selected text in any window, but fortunately we can only implement the most common cases. For example, the selected text in the web browser( like Edge), or the selected text in the windows explorer.
Maybe you can think about it, thanks for reading.
horst.epp
Posts: 1352
Joined: Fri Apr 04, 2014 3:24 pm

Re: Search the selected text in other window directly

Post by horst.epp »

Copy the selection in the clipboard.
The rest is a simple AHK script or QAP or whatever your favorite tool is.
This will work from any window.
Post Reply