Domanda

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,

È stato utile?

Soluzione

#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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top