Screen Coordinate Calculator for Different Resolutions

Post your working scripts, libraries and tools for AHK v1.1 and older
MinorKey
Posts: 16
Joined: 28 Mar 2016, 08:19

Screen Coordinate Calculator for Different Resolutions

Post by MinorKey » 13 Sep 2017, 10:36

Hello,
This is my little script for calculating screen coordinates for different monitor resolutions. Hope you'll find it useful. :-)
It's very easy. You just select the source and target resolutions and enter the source coordinates. The target coordinates are calculated as you type. There are also 2 buttons for copying the source and target coordinates to the Windows clipboard as well as a button for quickly swapping the 2 resolutions.
There are currently 16 resolutions defined in the script, but adding more is quite simple. Let me know if you find an error or if you have any suggestions.
Have fun! ;)
Attachments
CoordCalc.ahk
Latest version of the script
(8.21 KiB) Downloaded 252 times

MinorKey
Posts: 16
Joined: 28 Mar 2016, 08:19

Re: Screen Coordinate Calculator for Different Resolutions

Post by MinorKey » 13 Sep 2017, 14:25

I have updated the script. The problem was that the swap function was causing the 2 drop down lists to be filled with the same values multiple times. Everything should work as expected now. :-)

M4m71
Posts: 1
Joined: 06 Jun 2023, 09:24

Re: Screen Coordinate Calculator for Different Resolutions

Post by M4m71 » 06 Jun 2023, 09:33

Hey , Can you add 2560×1440

Post Reply

Return to “Scripts and Functions (v1)”