Would be nice if there were a way to increment faster than by chunks of 1 or 8.
I want to keep a stock of 1024, for instance, which is 128 clicks to get there.
What I'd like to see would be a way to double the current value, reducing it to just 8 clicks. Not sure how this can be implemented, short of simply replacing the +8 to be doubling instead, however.