My 10 Favorite AutoHotKey Scripts to Make Life Easier

PHOTO EMBED

Wed Jun 16 2021 09:03:20 GMT+0000 (Coordinated Universal Time)

Saved by @admariner

; Google Search highlighted text
^+c::
{
 Send, ^c
 Sleep 50
 Run, http://www.google.com/search?q=%clipboard%
 Return
}
content_copyCOPY

https://www.maketecheasier.com/favorite-autohotkey-scripts/