What values are accepted for the Windows postion field of a favorite.
I tried with values from the Autohotkey spy but none are accepted.
In my case I want to set the Top and Left values.
RE: Windows Options , Window Position
Jean Lalonde > 2022-02-06 15:15
Left and Top can be positive or negative.
Width and Height must be positive (you can't leave them empty to keep the default size - if you would want it, this could probably be changed after some verifications).
Delay must be positive.