Skip to content

keyboard and mouse event counter

License

BSD-3-Clause, Unknown licenses found

Licenses found

BSD-3-Clause
LICENSE
Unknown
LICENSE-THIRD-PARTY.md
Notifications You must be signed in to change notification settings

SeungKang/event-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

event-counter

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.

Requirements

  • For Windows machines

Installation

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.

Verification

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.

  1. Install cosign https://docs.sigstore.dev/system_config/installation/
  2. Download event-counter.exe and cosign.bundle from Releases
  3. 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

About

keyboard and mouse event counter

Topics

Resources

License

BSD-3-Clause, Unknown licenses found

Licenses found

BSD-3-Clause
LICENSE
Unknown
LICENSE-THIRD-PARTY.md

Stars

Watchers

Forks

Packages

No packages published

Languages