H.Hooks 1.2.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package H.Hooks --version 1.2.2
NuGet\Install-Package H.Hooks -Version 1.2.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="H.Hooks" Version="1.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add H.Hooks --version 1.2.2
#r "nuget: H.Hooks, 1.2.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install H.Hooks as a Cake Addin
#addin nuget:?package=H.Hooks&version=1.2.2

// Install H.Hooks as a Cake Tool
#tool nuget:?package=H.Hooks&version=1.2.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

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on H.Hooks:

Package Downloads
H.Services.HookService

Allows you to bind commands to system-wide hotkeys.

H.Runners.SelectRunner

Allows you to select a portion of the screen.

Frank.Libraries.Machine

Not very useful at the moment, but is intended to become a helpful tool for accessing device information

Responsive

Package Description

ResponsiveForm

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on H.Hooks:

Repository Stars
rocksdanister/lively
Free and open-source software that allows users to set animated desktop wallpapers and screensavers powered by WinUI 3.
Version Downloads Last updated
1.6.0 7,930 8/1/2022
1.4.21 1,083 4/1/2022
1.4.20 1,590 3/27/2022
1.4.19 496 3/17/2022
1.4.18 701 2/15/2022
1.4.17 428 2/15/2022
1.4.14 1,162 10/23/2021
1.4.13 384 10/21/2021
1.4.12 340 10/21/2021
1.4.9 1,287 7/9/2021
1.4.8 410 7/9/2021
1.4.7 369 7/8/2021
1.4.6 532 6/14/2021
1.4.5 439 6/13/2021
1.4.3 351 6/13/2021
1.3.2 2,223 1/22/2021
1.3.1 543 1/21/2021
1.3.0 408 1/21/2021
1.2.4 409 1/21/2021
1.2.3 955 1/20/2021
1.2.2 2,390 1/19/2021
1.2.1 1,741 1/18/2021
1.2.0 346 1/16/2021
1.1.0 376 1/15/2021
1.0.1 8,661 12/15/2020
1.0.0 410 12/15/2020

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.