HotkeyListener 1.3.0
See the version list below for details.
dotnet add package HotkeyListener --version 1.3.0
NuGet\Install-Package HotkeyListener -Version 1.3.0
<PackageReference Include="HotkeyListener" Version="1.3.0" />
paket add HotkeyListener --version 1.3.0
#r "nuget: HotkeyListener, 1.3.0"
// Install HotkeyListener as a Cake Addin #addin nuget:?package=HotkeyListener&version=1.3.0 // Install HotkeyListener as a Cake Tool #tool nuget:?package=HotkeyListener&version=1.3.0
HotkeyListener is an all-in-one .NET library that allows registering system-wide hotkeys that can be used to trigger features in .NET applications while also providing support for enabling standard Windows and User controls to select hotkeys at runtime.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on HotkeyListener:
Package | Downloads |
---|---|
VB_Extensions
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on HotkeyListener:
Repository | Stars |
---|---|
AmanoTooko/Daigassou
Transfer midi file to keyboard events in FFXIV bard performance solo and multiplayer
|
- Added support for registering hotkeys without modifiers.
- Added support for selecting hotkeys without modifiers.
- Hotkey equality checks will now compare null objects.