A managed library to handle global hotkeys in Windows Forms and WPF applications. NOTE: this package doesn't contain a concrete HotkeyManager implementation; you should add either the NHotkey.Wpf or NHotkey.WindowsForms package to get one.
jQuery Hotkeys is a plug-in that lets you easily add and remove handlers for keyboard events anywhere in your code supporting almost any key combination.
This plugin is based off of the plugin by Tzury Bar Yochay: http://github.com/tzuryby/hotkeys
The syntax is as...
More information
A managed library to handle global hotkeys in Windows Forms applications. This package contains the concrete HotkeyManager implementation for Windows Forms.
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").
A managed library to handle global (system-wide) hotkeys for .NET 3.5/4.0/4.5.
NOTE: Do not install this package directly, instead you should install
either the Trustsoft.WideHotkeys.Wpf or Trustsoft.WideHotkeys.WinForms package.
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.
A managed library to handle global (system-wide) hotkeys in WPF applications.
This package contains the concrete HotkeyManager implementation for WPF for .NET 3.5/4.0/4.5.