sw3103 / movemouse

Move Mouse is a simple piece of software that is designed to simulate user activity.
http://www.movemouse.co.uk/
GNU General Public License v3.0
573 stars 108 forks source link

Doesn't stop when user moves the mouse or types. #25

Closed HubGid closed 2 years ago

HubGid commented 2 years ago

You can easily reproduce this by setting the distance to 9999. (random) When 'Move Mouse' is moving the pointer and when I move the mouse during that 'Move Mouse' doesn't stop and keeps moving until the distance is completed.

Please let 'Move Mouse' stop all it's activity immediately the moment the user moves the mouse.

PS Please also allow to randomize the movement speed during the movement itself. Even some stops once in a while just like a real user does.

sw3103 commented 2 years ago

You are quite right. Move Mouse will only allow pauses between Actions, not during.

My recommendation would be to break down any long running Actions such as this into smaller ones if this is functionality you require.