Keypress 1.0.8.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Keypress --version 1.0.8.1
                    
NuGet\Install-Package Keypress -Version 1.0.8.1
                    
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="Keypress" Version="1.0.8.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Keypress" Version="1.0.8.1" />
                    
Directory.Packages.props
<PackageReference Include="Keypress" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Keypress --version 1.0.8.1
                    
#r "nuget: Keypress, 1.0.8.1"
                    
#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.
#:package Keypress@1.0.8.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Keypress&version=1.0.8.1
                    
Install as a Cake Addin
#tool nuget:?package=Keypress&version=1.0.8.1
                    
Install as a Cake Tool

For details and documentation, please visit https://dmauro.github.io/Keypress/

Copyright 2012 David Mauro released under the Apache License, version 2.0

There are no supported framework assets in this package.

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.

Version Downloads Last Updated
2.0.3 6,427 8/2/2014
2.0.2 1,433 5/5/2014
2.0.1 1,459 2/9/2014
1.0.9 1,469 11/25/2013
1.0.8.1 1,385 9/29/2013
1.0.8 1,633 9/29/2013

1.0.8

Ensure that on_release is called for all combos, not just counting combos.
Fix bug that was causing is_ordered to be ignored.
Fixed an edge case for a counting combo's count not being reset.
Improve how key events are bound
1.0.7

Fixed combo matching to prevent performance issues as more keys are pressed.
1.0.6

Fixed a bug with exclusive combos not properly excluding each other in some cases.
Feature added to allow for combos that do not fire if unrelated keys are also pressed ("is_solitary" boolean).