mousetrap 1.3.0

dotnet add package mousetrap --version 1.3.0
NuGet\Install-Package mousetrap -Version 1.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="mousetrap" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add mousetrap --version 1.3.0
#r "nuget: mousetrap, 1.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install mousetrap as a Cake Addin
#addin nuget:?package=mousetrap&version=1.3.0

// Install mousetrap as a Cake Tool
#tool nuget:?package=mousetrap&version=1.3.0

Mousetrap is a standalone library with no external dependencies. It weighs in at around 1.7kb minified and gzipped and 3kb minified.

Visit http://craig.is/killing/mice for code samples and documentation.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.0 2,332 2/13/2013
1.2.2 69 12/13/2012
1.2.1 65 11/29/2012

- .unbind() now accepts an array.
- Formatting fixes.
- Fix error with trigger if nothing is bound to key.