Any key or one key
In any-key mode every keydown adds to the total. In selected mode only the chosen key counts, which is useful for testing a specific switch.
Choose a specific key or count every key press. The workspace tracks the target, total presses, elapsed time, and presses per second for the active session.
In any-key mode every keydown adds to the total. In selected mode only the chosen key counts, which is useful for testing a specific switch.
The timer starts with the first qualifying press and keeps counting until you reset, so you can calculate your own sustained rate.
Privacy matters more than persistence. Counts exist only for the active session unless you save a best result.
Modifier keys are captured as keydown events and can be selected, though some OS shortcuts may intercept combinations.
Changing the selected key resets the session so the rate stays accurate for the new target.