Tracks key presses and mouse inputs, displaying the count in a minimal UI. Once the game version is selected, the count resets upon starting a new game or with the F12 key.
- For Windows machines
Download and run the event-counter.exe
file from the latest
Releases.
You may need to set an exclusion for the exe file, or else Windows Defender will probably flag and delete it. Refer to the Windows documentation for more information.
The executable file found under Releases was signed using Sigstore's cosign
tool. You can use cosign
to verify the file's provenance, confirming it was
built by GitHub Actions and hasn't been tampered with. Receiving a "Verified OK"
output provides a cryptographic attestation that this file came from GitHub
Actions.
- Install cosign https://docs.sigstore.dev/system_config/installation/
- Download
event-counter.exe
andcosign.bundle
from Releases - Run the command below to verify. Note: Replace NAME-OF-RELEASE with the release # from GitHub.
$ cosign verify-blob path/to/event-counter.exe \
--bundle path/to/cosign.bundle \
--certificate-identity=https://github.com/SeungKang/event-counter/.github/workflows/build.yaml@refs/tags/NAME-OF-RELEASE \
--certificate-oidc-issuer=https://token.actions.githubusercontent.com \
When it completes you should receive the following output:
Verified OK