qmk-keymap icon indicating copy to clipboard operation
qmk-keymap copied to clipboard

Suggesting an improvement of the web search macro

Open xuhdev opened this issue 9 months ago • 1 comments

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.

xuhdev avatar Mar 10 '25 04:03 xuhdev