Skip to main content
H.Hooks package icon

H.Hooks

Contains LowLevelKeyboardHook and LowLevelMouseHook. 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.

Total Downloads
86.5K
86,465
Published
Dec 10, 2024
Latest stable version

Install

.NET CLI
dotnet add package H.Hooks --version 1.7.0
Package Manager Console
Install-Package H.Hooks -Version 1.7.0
PackageReference
<PackageReference Include="H.Hooks" Version="1.7.0" />

Frameworks

.NETFramework4.6.2 net8.0 net9.0 .NETStandard2.0

Dependencies

System.Memory
.NETFramework4.6.2
[4.6.0, )
[5.0.0, )
System.Memory
.NETStandard2.0
[4.6.0, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

Compatibility metadata lists 4 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.