1 dépôt
Restricts shortcut activation based on whether focus resides inside specified form fields or elements.
Distinct from Package Scope Filtering: Distinct from workspace dependency filters; focuses on restricting keyboard event activation based on DOM focus state.
Explore 1 awesome GitHub repository matching web development · Input Scope Filters. Refine with filters or upvote what's useful.
Hotkey is a client-side JavaScript library designed to enhance web application accessibility and navigation through keyboard shortcut integration. It enables developers to bind keyboard shortcuts and multi-key sequences directly to HTML elements using declarative attributes. The library functions as a web component and DOM interaction helper that triggers clicks, focus events, or custom actions when specific key combinations are pressed. The project features document-level event delegation to capture global keyboard inputs efficiently and route them to targeted elements. It includes input sco
Restricts keyboard shortcut activation depending on whether focus resides inside specific form fields or designated elements.