Elkis
Results
1
comments of
Elkis
I found, if change in AutoHotpy from: `def moveMouseToPosition(self, x, y):` `width_constant = 65535.0/float(self.user32.GetSystemMetrics(0))` `height_constant = 65535.0/float(self.user32.GetSystemMetrics (1)) ` to this: ` def moveMouseToPosition(self, x, y):` `width_constant = 65535.0/float(self.user32.GetSystemMetrics(78))` `height_constant...