Repetitive Switching Between Windows With Keys Strokes Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Maccleod

Repetitive Switching Between Windows With Keys Strokes  Topic is solved

10 Dec 2017, 11:25

Hi,
I am new to AHK. I tried to write a script to do a repetitive task or switching between 2 windows, an Adobe pdf document and its Search window, but just can't to make it work. The task is as follows:
1. To goto Search window (a third of the screen size and it is on the left not covering the pdf document) and press 'Down' key to select the next searched item
2. Double click on a specific location on the pdf doc and press 'Ctrl-B'
3. Repeat

My code is:
^j::
Loop 1
{
send !{Tab}
send {Down}
Click, 2
send ^b
}
return

Please advise. Thanks!

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Anput, jameswrightesq, sofista and 288 guests