Track and report keypress counts
This utility monitors all keyboard inputs attached to a Linux computer and
records the count of each time any keys are pressed. No timing information is
stored, nor order of key pressed, so it should not be possible to use to
recover any specific input from the stored data once it has been in use for a
while.
.
Use keycounts.report
to report the results.
Use keycounts.image > counts.svg
to generate an SVG of the results.