Skip to content

A simple C# app that reads and counts keyboard keystrokes.

License

Notifications You must be signed in to change notification settings

jpodavalos/Keystroke-Counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keystroke-Counter

A simple C# app that reads and counts keyboard keystrokes.

alt text alt text

Requirements:

  • Visual Studio 2017
  • MetroFramework Modern UI installed

How to add keys:

Navigate to Keystroke_Counter.cs and add the following with desired Key

gkh.HookedKeys.Add(Keys.A);

References:

About

A simple C# app that reads and counts keyboard keystrokes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages