BlueM / cliclick

macOS CLI tool for emulating mouse and keyboard events
https://www.bluem.net
Other
1.59k stars 116 forks source link

More options for mouse speed movement #170

Open AdrianSimionov opened 11 months ago

AdrianSimionov commented 11 months ago

While a generic option makes the movement more human-like, the speed is different when moving mouse over a long distance compared to moving the mouse for a short distance.

A feature where the speed is kept constant and can be set to a constant value, would be greatly appreciated.

AdrianSimionov commented 11 months ago

Currently, when not using option "-e" the mouse moves at a fixed hard-coded speed, let's say X.

Add an option called "-s", which when passed, is changing the hard-coded value of X to a new value as provided by the "-s" option.