Question

Okay so i wanted to make a script that when the hotkey is pressed it moves your mouse down a few pixels. I've tried to do it myself but i just don't understand it.

It can be a script or program

thanks,

Was it helpful?

Solution

#m::
MouseMove, 0, 3, 50, R

This will move the mouse cursor down three pixels from its current location at a slow speed. The hotkey (windows key + m) is assigned.

Reference: http://www.autohotkey.com/docs/commands/MouseMove.htm

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top