Info
| Version: | 1.7.0 | 
| Author(s): | havendv | 
| Last Update: | Tuesday, December 10, 2024 | 
| .NET Fiddle: | Create the first Fiddle | 
| NuGet Url: | https://www.nuget.org/packages/H.Hooks | 
Install
Install-Package H.Hooks
                        dotnet add package H.Hooks
                        paket add H.Hooks
                        
                                H.Hooks Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETFramework 4.5 
                                        
                    - No dependencies. 
- Microsoft.Win32.Registry(>= 5.0.0)
Tags
 
                
Features:
- Global key handling and cancellation
- Allows handling combination like 1 + 2 + 3
- Only one Up event per combination
- Handle special buttons like Mouse.XButton
- Optimized, runs hooks in a separate thread. Does not cause freezes when debugging the rest of the code.
- By default, it delivers events from a ThreadPool instead of a hook thread, which makes it possible to do any action in event handlers without affecting system performance.