Keypress 2.0.3
dotnet add package Keypress --version 2.0.3
NuGet\Install-Package Keypress -Version 2.0.3
<PackageReference Include="Keypress" Version="2.0.3" />
paket add Keypress --version 2.0.3
#r "nuget: Keypress, 2.0.3"
// Install Keypress as a Cake Addin #addin nuget:?package=Keypress&version=2.0.3 // Install Keypress as a Cake Tool #tool nuget:?package=Keypress&version=2.0.3
For details and documentation, please visit https://dmauro.github.io/Keypress/
This package installs the library's JavaScript file and the minimized version of that file.
Copyright 2012 David Mauro released under the Apache License, version 2.0
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
2.0.3
- Fixed a bug unregistering combos using arrays of keys
- Added ie8 compatibility shim. Thanks to barrkel. Issue #41
- Fixed a bug targetting the semicolon key in Firefox. Thanks to mikekuehn.
- Added commonJS module support. Issue #45