HotkeyListener 1.4.0
See the version list below for details.
dotnet add package HotkeyListener --version 1.4.0
NuGet\Install-Package HotkeyListener -Version 1.4.0
<PackageReference Include="HotkeyListener" Version="1.4.0" />
paket add HotkeyListener --version 1.4.0
#r "nuget: HotkeyListener, 1.4.0"
// Install HotkeyListener as a Cake Addin #addin nuget:?package=HotkeyListener&version=1.4.0 // Install HotkeyListener as a Cake Tool #tool nuget:?package=HotkeyListener&version=1.4.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 suspending and resuming individual hotkeys.
- Added 'Hotkey.Suspended' property to determine whether a hotkey has been suspended.
- All 'Suspend' and 'Resume' methods will now return a boolean value.
- Marked the 'GetSelection' method as non-static.