I wrote a macro to move the cursor, click buttons and enter data into an application which I did know the Control Handles so the cursor positions were absolute pixel based. It worked perfectly on my 2K display but I'm moving to a 4K display and set the Magnification to 200% which really messed up my Macro. I know for a 1 off I could just multiply the cursor positions by 0.5 but I would prefer to make it general purpose and sense the Magnification automatically. Does anyone know where the Magnification is stored?
Thank you
Thank you
Comment