
#AHK MOUSE COORDINATES FINDER DOWNLOAD#
This is a great forum and ahk is a great program. Download the scripting language Autohotkey from Click At Current Mouse Location or At Given Coordinates. Does anyone know of any pitfalls here? Has anyone tried to do this before? Thanks for your comments. Since I am dealing with buttons and input boxes that are rectangular in shape, the horizontal position can be the same at any resolution.Īs I say, I am going to test more, but so far I have been able to change the screen res.
#AHK MOUSE COORDINATES FINDER WINDOWS#
The font size in windows must be set to 96dpi (normal) for the 800 x 600, and set to 120dpi (large) for 1024 x 768, and 1280 x 1024. About Press Copyright Contact us Creators Advertise Developers Terms Privacy Policy & Safety How YouTube works Test new features NFL Sunday Ticket Press Copyright. What I find is that the coordinates between resolutions of 800 x 6 x 1024, are very close, and by finding (via Window Spy) the very top (vertical ) location of the item I am trying click on for a res of 1280 x 1024, will still work for 800 X 600, it just hits at the bottom of the button or box, but still catches it. Point Position (for Windows) is a simple tool that lets you pick the coordinates for any point on your screen (using X,Y axis). NoEnv Recommended for performance and compatibility with future AutoHotkey releases. I have tried to make my wireless keyboard work this way using this AHK script, which combines the alt key and the arrow keys.

GitHub - ChuckGreve/AHK-Mouse-Coordinate-Finder: Very simple AHK program that will provide a tooltip next to your mouse with the current XY coordinates of your mouse. Retrieves the current position of the mouse cursor, and optionally which window and control it is hovering over. My laptop keyboard allows me to move to the end or to the beginning of a line by pressing the fn key and the right or left keys. I have been experimenting a bit, I am finding that the following works, unless it is a fluke. Very simple AHK program that will provide a tooltip next to your mouse with the current XY coordinates of your mouse.
