Releases: thomaslevesque/NHotkey
Releases · thomaslevesque/NHotkey
3.0.0
Changed
- Added .NET 6.0 and .NET Framework 4.6.2 target frameworks
- Dropped .NET Framework 4.0 and 4.5, and .NET Core 3.0 (all out of support)
Breaking change: if your app is still targeting a framework that is no longer supported by Microsoft, this library will no longer be usable.
2.1.1
2.1.0
New
- Add
IsEnabled
property onHotkeyManager
(true by default), to be able to suspend event processing (#24). Thanks to @misbah-rehman for the suggestion! - [WPF] Add
AddOrReplace
overloads that accept aKeyGesture