Page 1 of 1

difference between using the position mode

Posted: Dec 17th, ’23, 06:21
by george_lobo
Hi

In the macro control press:

What is the difference between using the position mode (x, y) and position (x, y) - window?
And is it mandatory to include the window name, such as those that appear like: ahk_class Chrome_WidgetWin_1?

I hope a video tutorial on this topic can be created.
Image

And one last question, is there a shortcut to open the information window?
Image


As always, thank you for your responses, and greetings from the city of Mexico.

Re: difference between using the position mode

Posted: Dec 17th, ’23, 22:20
by Tom
(x, y) - window position is relative to the active window instead of the whole screen.

No shortcut is currently available for Windows Information tool.

Re: difference between using the position mode

Posted: Dec 17th, ’23, 22:42
by george_lobo
Thank you, Tom.