H.Hooks
1.3.2
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
Install-Package H.Hooks -Version 1.3.2
dotnet add package H.Hooks --version 1.3.2
<PackageReference Include="H.Hooks" Version="1.3.2" />
paket add H.Hooks --version 1.3.2
#r "nuget: H.Hooks, 1.3.2"
Release Notes
feat: Changed Hook.Start to use separate thread.
feat: Added ExtendedMode.
feat: Added left-right granularity.
feat: Added CapsLock support.
feat: Added KeyboardState support.
fix: Fixed double events bug.
feat: Added additional errors check.
fix: Fixed OneUpEvent handling bug.
fix: Fixed Hook Windows messages filter bug.
feat: Updated MouseHook.
feat: Added MouseHook.AddKeyboardKeys property.
feat: Updated Key.Parse and Keys.ToString().
Dependencies
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 2.0
- Microsoft.Win32.Registry (>= 5.0.0)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on H.Hooks:
Package | Downloads |
---|---|
H.Runners.SelectRunner
Allows you to select a portion of the screen.
|
|
H.Services.HookService
Allows you to bind commands to system-wide hotkeys.
|
GitHub repositories
This package is not used by any popular GitHub repositories.