Added session statistics.

This commit is contained in:
retoor 2024-12-08 19:47:44 +01:00
parent 634c8a1727
commit 21d558ccd1

View File

@ -26,3 +26,12 @@ Building and running:
```
make
```
## Output explained
```
Keyboard: AT Translated Set 2 keyboard, Event: RELEASED, Key Code: 15 Pr: 24 Rel: 25 Rep: 14
```
Description is quite clear I assume in exception of last three. These are explained below:
- Pr = key presses this session (so not the total in database).
- Rel = key releases this session (so not the total in database). Release is one more than presses due startup of application that only registers the release of a key.
- Rep = when you hold you key down thus repeats. Also for only session, not database totals.