A C# WPF app that demonstrates uses of the NonInvasiveKeyboardHook package by letting users configure hotkeys that serve as customizable shortcuts
This example app demonstrates concepts that may help you use the NonInvasiveKeyboardHook better:
- A singleton to maintain one KeyboardHookManager instance
- Re-registering keys to update their keys
- Pausing and resuming the keyboard hook manager
