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 (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.
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 in WPF applications.
This package contains the concrete HotkeyManager implementation for WPF for .NET 3.5/4.0/4.5.
A managed library to handle global (system-wide) hotkeys in Windows Forms applications.
This package contains the concrete HotkeyManager implementation for Windows Forms for .NET 3.5/4.0/4.5.
A small C# Library which allows binding (and unbinding) of global Hotkeys, even when application is not Focused/Activated or in Background (using P/Invokes)