qmk-keymap
qmk-keymap copied to clipboard
Suggesting an improvement of the web search macro
Currently, the web search macro emulates Ctrl-C Ctrl-T <Wait> Ctrl-V Enter:
https://github.com/getreuer/qmk-keymap/blob/b9fab5fffc2c11cdc37382778ee5efea9d258e19/getreuer.c#L1133
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.