문제

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,

도움이 되었습니까?

해결책

#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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top