We often have to do some drawing with the computer, either on a bitmap editor or in a vectorial graphics program. Some people have specific tools like drawing tablets or touch sensitive screens but most of us have to rely on our old pal, the mouse.
The mouse has a good intrinsic resolution (hundreds to thousands of points per inch) the operating systems use a smoothing/speeding algorithm in which the amount of movement depends upon the speed the mouse is moved; the faster the movement the faster the cursor changes its position and the same apply to slow movements.
Albeit such 'intelligence' added to the mouse motion detection it is often hard to get a precise movement and we end up loosing a lot of time moving the mouse around many times to get that pixel level alignment we need in our drawing.
3. The (former) useless combinations (UP+DOWN, LEFT+RIGHT) are disregarded and the sensitivity index is advanced or regressed when keys LEFT and RIGHT are held together and the keys UP or DOWN are pressed
The third of two options to connect the potentiometer is not use the potentiometer at all, instead use useless key combinations for instance
hold LEFT+RIGHT pressed at the same time then use UP and DOWN keys to select sensitivity. To make things more interesting use a fibonacci sequence for the sensitivity, I mean the steps will be
1, 2, 3, 5, 8
And the combination UP+DOWN to reset to 1, just in case one get lost in the size of the step.
Now let't get back to the bench and code like there's no tomorrow until the job is done!
Are these diodes, not resistors ?