A simple C# app that reads and counts keyboard keystrokes.
- Visual Studio 2017
- MetroFramework Modern UI installed
Navigate to Keystroke_Counter.cs and add the following with desired Key
gkh.HookedKeys.Add(Keys.A);
- A Simple C# Global Low Level Keyboard Hook by StormySpike https://www.codeproject.com/Articles/19004/A-Simple-C-Global-Low-Level-Keyboard-Hook
- MetroFramework Modern UI https://github.com/dennismagno/metroframework-modern-ui