NHotkey 1.2.1
See the version list below for details.
dotnet add package NHotkey --version 1.2.1
NuGet\Install-Package NHotkey -Version 1.2.1
<PackageReference Include="NHotkey" Version="1.2.1" />
paket add NHotkey --version 1.2.1
#r "nuget: NHotkey, 1.2.1"
// Install NHotkey as a Cake Addin #addin nuget:?package=NHotkey&version=1.2.1 // Install NHotkey as a Cake Tool #tool nuget:?package=NHotkey&version=1.2.1
A managed library to handle global hotkeys in Windows Forms and WPF applications.
Note that this package doesn't contain a concrete HotkeyManager implementation; you should add
either the NHotkey.Wpf or NHotkey.WindowsForms package to get one.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. 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. |
This package has no dependencies.
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 (6)
Showing the top 5 popular GitHub repositories that depend on NHotkey:
Repository | Stars |
---|---|
2dust/clashN
A clash client for Windows, support Mihomo
|
|
terrymacdonald/DisplayMagician
DisplayMagician is an open source tool for automatically configuring your displays and sound for a game or application from a single Windows Shortcut.
|
|
Idered/snatch
📋 Beautiful clipboard manager for Windows
|
|
TheCheatsrichter/Gw2_Launchbuddy
Custom launcher generator for the video game Guild Wars 2.
|
|
AmanoTooko/Daigassou
Transfer midi file to keyboard events in FFXIV bard performance solo and multiplayer
|
Added HotkeyAlreadyRegisteredException