54 packages tagged with “Hotkey”
Configuration-centric keyboard shortcuts for your Blazor apps.
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.
A managed library to handle global hotkeys in WPF applications. This package contains the concrete HotkeyManager implementation for WPF.
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 follows: $(expression).bind(types.keys, handler); $(expression).unbind(types.keys, handler); $(document).bind('keydown.ctrl_a', fn); // e.g. replace '$' sign with 'EUR' $('input.foo').bind('keyup.$', function(){ this.value = this.value.replace('$', 'EUR'); }); Types Supported types are 'keydown', 'keyup' and 'keypress' More details: https://github.com/tzuryby/jquery.hotkeys#readme
Provides an easy way to setup system-wide hot keys and react on their events.
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").
Fully programmable, system-wide hot-key management system. Each hot-key can trigger a script, which can do almost anything.
An easy way to setup global key shortcuts on your WPF app.
Global Hotkey library for .net windows applications. Shortcut keys can be used to trigger actions even when the application is inactive.
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.
Tool for registering hot keys
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)
Simple Global Hotkey handler that allows for multiple hotkeys to be registered. Also provides HotkeyPicker control.
UI components for developing SwissTool extensions
Provides access to the Windows API Low-level input hooks and the SendInput function
Plisky Native Library, bringing hotkey support.
Windows low level keyboard hooking component
Infrastructure necessary for developing SwissTool extensions
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 simple library for setting and managing global hotkeys for WPF
An easy way to setup global key shortcuts on your WinForms app.
A hotkey manager that uses a low-level keyboard hook in a way that avoids invading the user's privacy, by invoking callbacks only when specific registered keys are hit.
A lightweight low-level global windows keyboard hook compatible with modern UI frameworks (WPF, MAUI, WinUI 3, etc.)
This article shows how to register and manage System-Global hotkeys in WinForm applications and performing some keyboard manipulation from your app and has a custom hotkey control.
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 managed library to handle global hotkeys in WinUI applications. This package is self-contained and not rely on NHotkey.
LibreAutomate is an automation library for Windows. Mostly desktop and web UI automation. To get the most of it, install the LibreAutomate app.