1 个仓库
Restricts shortcut triggering depending on active form element focus.
Distinct from Scope-Based Content Filtering: Distinct from content-based search filters; restricts keyboard triggers according to active input focus.
Explore 1 awesome GitHub repository matching web development · Focus 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 shortcut activation based on whether current focus resides inside designated form fields or allowed element containers.