Figured I'd post this, it's a very simple macro to help with searching.
1. get and install autohotkey
2. open a new text document
3. paste the code below in
4. rename the text document whatever you want, so long as it ends in .ahk
f12 toggles it off and on, it will loop 999 times
code starts after this line!!!
WinActivate, Dragon Age: Inquisition
Loop,999
{
Send, {v Down}
Sleep, 46
Send, {v Up}
Sleep, 640
Send, {v Down}
Sleep, 39
Send, {v Up}
Sleep, 639
Send, {v Down}
Sleep, 46
Send, {v Up}
Sleep, 632
Send, {v Down}
Sleep, 31
Send, {v Up}
Sleep, 593
Send, {v Down}
Sleep, 39
Send, {v Up}
}
f12::Pause
Return
code ends above >>>>>





Retour en haut






