othyn / macos-auto-clicker

A simple auto clicker for macOS Big Sur, Monterey, Ventura and Sonoma.
MIT License
208 stars 24 forks source link

As a user I would like to be able to click every 1.5 seconds (1500 ms) #33

Closed danaspiegel closed 2 years ago

danaspiegel commented 2 years ago

Is your feature request related to a problem? Please describe. the largest value for milliseconds is 1000, but I would like to click every 1.5 seconds or 1500 milliseconds, which isn't possible since I can't enter a fractional second nor enter more than 1000 milliseconds.

Describe the solution you'd like be able to enter more than 1000 milliseconds or enter fractional seconds

Describe alternatives you've considered n/a

othyn commented 2 years ago

Should be a quick fix, I thought I'd removed the cap on the seconds value to stop artificial limits like this. Shall update and push out a new build!

othyn commented 2 years ago

v1.3.2 is now released with this cap removed, enjoy!