Currently, the web search macro emulates Ctrl-C Ctrl-T <Wait> Ctrl-V Enter:
|
SS_LCTL("ct") SS_DELAY(100) SS_LCTL("v") SS_TAP(X_ENTER), |
However, this pollutes the clipboard.
The key sequence I use (borrowed from here) achieves the same effects without polluting the clipboard: Shift-F10 <Wait> s.
Shift-F10 pops up the context menu, and S is the shortcut for searching the selected text.