JavaScript & CSS Shortcut
Capture Keyboard Input In Pure JavaScript – hotkeys
The hotkeys JavaScript library allows to capture keyboard input and supports bind custom hotkeys with modifier keys.
Handling Keyboard And Gamepad Inputs – hotkeys-inputs-js
The hotkeys-inputs-js library allows developers to easily integrate custom input handling for both keyboard and gamepad controllers.
Create Custom Keyboard Shortcuts With The easyShortcut.js Library
Just another keyboard shortcut JavaScript library for creating “hotkeys” or “cheat codes” on the page.
Bind Keyboard Shortcuts To Custom Actions – Keywatch
Create Custom Key Binding Events – Shortcut.js
A tiny keyboard shortcuts library that makes any element (component) react to custom keyboard events.
Bind Keyboard Shortcuts To Any Elements – KeyboardMaster
KeyboardMaster is a tiny, easy, and dependency-free JavaScript library that allows you to bind keyboard shortcuts to any DOM elements.
Keyboard Shortcut Handling In Pure JavaScript – Combi
Combi is a tiny and easy JavaScript library to handle and keyboard shortcuts on the web application.
Bind Keyboard Shortcuts With Pure JavaScript – keycuts
keycuts is an ES6 JavaScript library which allows you to bind custom keyboard shortcut events and trigger custom specified functions when the key combinations are pressed.
Create Events Triggered By Keyboard Combinations – ShortcutsJS
ShortcutsJS is a small JavaScript library that listens for keypress events and binds custom keypress events using the CustomEvent API.