Mouse cursor previously can move slow, but now all instant - documentation e.g. MouseMove, 20, 30, 50, R - blank script

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
JeffKang
Posts: 4
Joined: 22 Nov 2015, 16:31

Mouse cursor previously can move slow, but now all instant - documentation e.g. MouseMove, 20, 30, 50, R - blank script

07 Mar 2017, 06:04

A couple weeks ago, I'm sure I was able to see the mouse cursor slowly move to a coordinate.
Now, everything seems to be instant.

Code: Select all

n::MouseMove, 20, 30, 50, R

m::MouseMove, 100, 200, 50,
I don't think it has anything to do with:
>Speed is ignored for SendInput/Play modes; they move the mouse instantaneously
Those MouseMoves are in a blank test script.

Thanks.
User avatar
aztec3
Posts: 177
Joined: 07 Apr 2014, 12:05

Re: Mouse cursor previously can move slow, but now all instant - documentation e.g. MouseMove, 20, 30, 50, R - blank scr

07 Mar 2017, 07:31

Just tested your code on my Win7 Pro system, works fine, smooth movement, nothing rapid.
JeffKang
Posts: 4
Joined: 22 Nov 2015, 16:31

Re: Mouse cursor previously can move slow, but now all instant - documentation e.g. MouseMove, 20, 30, 50, R - blank scr

08 Mar 2017, 01:02

Ok I got it to work, but it's very weird.

The script with just

n::MouseMove, 20, 30, 50, R

m::MouseMove, 100, 200, 50,

makes it instant.

If I run that with another script (more stuff inside), pressing n or m makes the cursor move slow like it should.

I thought that I need 2 scripts to run to get it to work.

I made a new script that was as bare bones as the one with just

n::MouseMove, 20, 30, 50, R

m::MouseMove, 100, 200, 50,

Running the 2 scripts didn't work; it was instant.

tl;dr
small script with just MouseMove = instant
small script with just MouseMove + new script with not much = instant
small script with just MouseMove + 1 large ahk script = works / slow

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: jameswrightesq and 414 guests