Introduction
A quick introduction to Hotkey Listener
Ever wondered how some applications are able to popup once you press some specific hotkey? Well, that's the solid and creative work of hotkey listeners, and that's what this library is here for.
Hotkey Listener is a .NET library that allows registering system-wide hotkeys that can be used to trigger features in your .NET applications. It also provides support for enabling standard Windows and User controls to select hotkeys at runtime using the Hotkey Selector class.
For the latest documentation, please visit the official Github repo'.
Last updated