Skip to content

Kuuuube/KeyChordTester

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeyChordTester

This fork adds KEYUP, SYSKEYDOWN, and SYSKEYUP printing.

Just a small tool to print received key strokes and their appropriate timestamps. All timestamps are in milliseconds and relative to the Windows boot time. If 2 or more timestamps are equal it means windows received them in at the same time with the same poll.

Downloads

Downloads are available in Releases.

Dependencies

.Net Runtime 6.0 x64: https://dotnet.microsoft.com/en-us/download/dotnet/6.0

Building:

Run build.ps1 or manually run:

$options= @('--configuration', 'Release', '-p:PublishSingleFile=true', '-p:DebugType=embedded', '--self-contained', 'false')
dotnet publish KeyChordTester $options --runtime win-x64 --framework net6.0-windows -o build/win-x64

Credits

This Stackoverflow for a majority of the code. (basically all of it)

About

A simple tool to check when keys are received.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 94.5%
  • PowerShell 5.5%