Finer mouse speed control for MouseMove

Propose new features and changes
Humbug
Posts: 18
Joined: 14 Jul 2017, 14:11

Finer mouse speed control for MouseMove

13 Oct 2017, 03:57

Code: Select all

MouseMove, X, Y [, Speed, R]
Speed
The speed to move the mouse in the range 0 (fastest) to 100 (slowest), which can be an expression. Note: a speed of 0 will move the mouse instantly. If omitted, the default speed (as set by SetDefaultMouseSpeed or 2 otherwise) will be used.

Speed is ignored for SendInput/Play modes; they move the mouse instantaneously (though SetMouseDelay has a mode that applies to SendPlay). To visually move the mouse more slowly -- such as a script that performs a demonstration for an audience -- use SendEvent {Click 100, 200} or SendMode Event (optionally in conjuction with BlockInput).
I find the speed of 1 too fast and the speed of 2 too slow.
I tried using floats, but it makes no difference, so it seems Speed takes only integer values.
Would it be possible to allow for a finer speed control?
I'm thinking:
- Allow floats
- Adjust the integer scale.
- any ideas?

Thank you!
WyTwo
Posts: 1
Joined: 05 Feb 2021, 14:54

Re: Finer mouse speed control for MouseMove

05 Feb 2021, 14:58

Im looking to fix the exact same issue, Im still pretty new to AHK and haven't been able to find a fix for this. 0 and 1 are both instantaneous and 2+ is too slow.

Return to “Wish List”

Who is online

Users browsing this forum: No registered users and 18 guests