greetings from a newcomer 2 Topic is solved

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

greetings from a newcomer 2  Topic is solved

10 Dec 2017, 08:21

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
Sleep 150
send ^b
}
return

Please advise. Thanks!
User avatar
joedf
Posts: 8959
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: greetings from a newcomer

10 Dec 2017, 10:10

Hi there,
Have you looked at MouseMove?
Anyway, please your question in Ask For Help
https://autohotkey.com/boards/viewforum.php?f=5
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: lirouxtm and 318 guests