othyn / macos-auto-clicker

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

Remove arbitrary limits on custom fields #34

Closed othyn closed 2 years ago

othyn commented 2 years ago

Description

Removes all arbitrary artificial limits on custom fields (in reality it sets them all to 100 million) as to not impose functionality limits on the user and stop the software from becoming opinionated where it should not.

Related Issue

Closes #33

Motivation and Context

Stops the software from being opinionated on things it shouldn't and removes arbitrary artificial limits.

How Has This Been Tested?

Locally, testing the new field boundary values. Still need to setup a test suite...

Types of changes

Checklist