Quantcast
Channel: AutoHotkey Community
Viewing all articles
Browse latest Browse all 579

Ask for Help (v1) • Re: Trying to improve this ctrl F search function

$
0
0
Mine is below.

CODE:

#Requires AutoHotkey v1.1.35
#If WinActive("ahk_exe chrome.exe")
^F3::chromeFind("us")
#If

chromeFind(str) {
If WinActive("ahk_exe chrome.exe") {
Send ^f
SendInput % "{Text}" str "`n"
}
}

Statistics: Posted by mikeyww — 12 minutes ago



Viewing all articles
Browse latest Browse all 579

Trending Articles