![]() |
VOOZH | about |
dotnet add package Dfust.Hotkeys --version 1.2.6206.24906
NuGet\Install-Package Dfust.Hotkeys -Version 1.2.6206.24906
<PackageReference Include="Dfust.Hotkeys" Version="1.2.6206.24906" />
<PackageVersion Include="Dfust.Hotkeys" Version="1.2.6206.24906" />Directory.Packages.props
<PackageReference Include="Dfust.Hotkeys" />Project file
paket add Dfust.Hotkeys --version 1.2.6206.24906
#r "nuget: Dfust.Hotkeys, 1.2.6206.24906"
#:package Dfust.Hotkeys@1.2.6206.24906
#addin nuget:?package=Dfust.Hotkeys&version=1.2.6206.24906Install as a Cake Addin
#tool nuget:?package=Dfust.Hotkeys&version=1.2.6206.24906Install as a Cake Tool
This library allows you to register application wide or global hotkeys.
It can be used to register hotkeys (one key, possibly multiple modifiers, like "ctrl+alt+j") and chords (multi key hotkeys, like "ctrl+k, ctrl+c" or "ctrl+alt+x, b, q").
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net452 net452 is compatible. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.2.6206.24906 | 8,880 | 12/28/2016 |
| 1.1.6200.28177 | 1,399 | 12/22/2016 |
| 1.0.6197.32078 | 1,465 | 12/19/2016 |
Added events for triggered hotkey/chord and "all modifiers released after a hotkey/chord was triggered".