JavaScript & CSS Shortcut
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.