mouse move speed not working/misunderstood

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
madladme
Posts: 3
Joined: 13 Apr 2021, 14:54

mouse move speed not working/misunderstood

13 Apr 2021, 14:58

Code: Select all

*f12::
Suspend, Toggle
Return


*a::
Send {a down}
MouseMove, 210, 0, 0, R
KeyWait, a
MouseMove, -210, 0, 0, R
Send {a up}
Return
Return

*f9::
ExitApp
if i change the speed here nothing happens
MouseMove, 210, 0, (50,) R
KeyWait, a
MouseMove, -210, 0, (50,) R
what do i need to change to make this move slower instead of instantly? - thanks
madladme
Posts: 3
Joined: 13 Apr 2021, 14:54

Re: mouse move speed not working/misunderstood

25 Apr 2021, 05:42

u mean like this?
Send a down
MouseMove, 210, 0, 0, R
KeyWait, a
MouseMove, -210, 0, 0, R
Send a up
madladme
Posts: 3
Joined: 13 Apr 2021, 14:54

Re: mouse move speed not working/misunderstood

25 Apr 2021, 07:36

Code: Select all

*f12::
Suspend, Toggle
Return


*a::
Send {a down}
MouseMove, 210, 0, 50, R
KeyWait, a
MouseMove, -210, 0, 50, R
Send {a up}
Return
Return

*f9::
ExitApp
still does not work. it sitll moves instantly
User avatar
mikeyww
Posts: 26883
Joined: 09 Sep 2014, 18:38

Re: mouse move speed not working/misunderstood

25 Apr 2021, 07:53

Code: Select all

a::
Send {a down}
MouseMove, 210, 0, 50, R
KeyWait, a
MouseMove, -210, 0, 50, R
Send {a up}
Return
Close other scripts. Save. Reload. Test in Notepad, while Notepad is active.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Lamron750, nacken012 and 229 guests