Keypress Stats Code
A tool that tracks your keypresses and stores them locally
Brought to you by:
ziptie
File | Date | Author | Commit |
---|---|---|---|
KeyPressStats | 2023-06-05 |
![]() |
[a29236] Add project files. |
.gitattributes | 2023-06-05 |
![]() |
[2540a8] Add .gitattributes, .gitignore, README.md, and ... |
.gitignore | 2023-06-05 |
![]() |
[2540a8] Add .gitattributes, .gitignore, README.md, and ... |
KeyPressStats.sln | 2023-06-05 |
![]() |
[a29236] Add project files. |
LICENSE.txt | 2023-06-05 |
![]() |
[2540a8] Add .gitattributes, .gitignore, README.md, and ... |
README.md | 2023-06-05 |
![]() |
[70c3da] Update README.md |
A tool that tracks your keypresses and stores them locally in a JSON file.
- Right click on it and it will show you your most and least used keys and when it next updates. You can also click the Open Keypresses File to launch the Keypresses.json file which contains all of your keypress stats.
- You can add Keypress Stats to your startup apps. On windows, press Win + R and type shell:startup and then create a shortcut of KeyPressStats.exe inside of the startup folder.
Every time you press a key, it stores that keypress in a list and every 30 seconds, all of the keys inside of that list will be stored in the Keypresses.json file and sorted.
Requires .NET 6