NHotkey 2.1.0
A managed library to handle global hotkeys in Windows Forms and WPF applications. NOTE: this package doesn't contain a concrete HotkeyManager implementation; you should add either the NHotkey.Wpf or NHotkey.WindowsForms package to get one.
Install-Package NHotkey -Version 2.1.0
dotnet add package NHotkey --version 2.1.0
<PackageReference Include="NHotkey" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NHotkey --version 2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NHotkey, 2.1.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETCoreApp 3.0
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on NHotkey:
Package | Downloads |
---|---|
NHotkey.Wpf
A managed library to handle global hotkeys in WPF applications. This package contains the concrete HotkeyManager implementation for WPF.
|
|
FrHello.NetLib.Core.Windows
Dotnet core windows utility
|
|
NHotkey.WindowsForms
A managed library to handle global hotkeys in Windows Forms applications. This package contains the concrete HotkeyManager implementation for Windows Forms.
|
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on NHotkey:
Repository | Stars |
---|---|
Idered/snatch
📋 Beautiful clipboard manager for Windows
|
|
TheCheatsrichter/Gw2_Launchbuddy
Custom launcher generator for the video game Guild Wars 2.
|