awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Keyboard Shortcut Managers · Awesome GitHub Repositories

5 repos

Awesome GitHub RepositoriesKeyboard Shortcut Managers

Systems for mapping user input combinations to application-specific actions based on context.

Distinguishing note: Focuses on contextual dispatching of keyboard events rather than global hotkey registration.

Explore 5 awesome GitHub repositories matching development tools & productivity · Keyboard Shortcut Managers. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Keyboard Shortcut Managers

Awesome Keyboard Shortcut Managers GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • slab/quill

    slab/quill

    46,860View on GitHub↗

    Quill is a modular, web-based rich text editor designed for structured content authoring. It provides a comprehensive toolkit for building tailored editing experiences, allowing developers to manage document state, handle user input, and synchronize content through a predictable, serializable data model. The editor distinguishes itself through a custom document abstraction that maps the browser DOM to a structured tree of nodes, ensuring consistent behavior across different environments. It utilizes an operational change tracking system that represents all document modifications as a sequence

    A centralized handler system maps key combinations to specific actions based on the current selection state and document context.

    TypeScripteditorquillrich-text-editor
    46,860View on GitHub↗
  • tldraw/tldraw

    tldraw/tldraw

    45,278View on GitHub↗

    This project is a programmable, high-performance drawing engine designed for building collaborative whiteboards, diagramming tools, and infinite canvas applications. It provides a reactive graphics runtime that manages complex canvas interactions, viewport animations, and input handling through a unified signal-based API. The framework is built on a schema-driven data store that maintains application state in a strictly typed, centralized record system, enabling efficient UI updates and persistent data management. The engine distinguishes itself through a highly modular architecture that supp

    Supports cross-platform keyboard shortcut definitions for triggering application actions.

    TypeScriptcanvascollaborationdesign
    45,278View on GitHub↗
  • vercel/hyper

    vercel/hyper

    44,710View on GitHub↗

    Hyper is a cross-platform terminal emulator built using standard web technologies. It functions as a desktop application that renders command line output through a hardware-accelerated browser engine, ensuring a consistent interface across Windows, macOS, and Linux. By utilizing an Electron-based multi-process architecture, the application separates system-level window management from the rendering of the terminal interface. The project is defined by its extensible plugin architecture, which allows developers to inject custom logic, visual themes, and interface enhancements into the core envi

    Allows custom mapping of keyboard shortcuts to tailor interface controls.

    TypeScriptcsshtmlhyper
    44,710View on GitHub↗
  • mitmproxy/mitmproxy

    mitmproxy/mitmproxy

    42,335View on GitHub↗

    Mitmproxy is an interactive, programmable network proxy engine designed for traffic analysis and protocol manipulation. It functions as a gateway that intercepts, inspects, and modifies network traffic in real-time, supporting HTTP, HTTPS, WebSocket, DNS, and generic TCP or UDP streams. By acting as a trusted certificate authority, the proxy can dynamically generate and sign certificates to decrypt and analyze secure TLS-encrypted connections. The project distinguishes itself through a highly extensible, event-driven architecture that allows users to automate traffic transformation using cust

    Enables the definition of custom keyboard shortcuts to trigger commands and automate navigation workflows.

    Pythondebugginghttphttp2
    42,335View on GitHub↗
  • vuetifyjs/vuetify

    vuetifyjs/vuetify

    40,957View on GitHub↗

    This project is a comprehensive UI toolkit that provides a declarative, reactive framework for building modular web interfaces. It centers on a component-based architecture that maps application state to rendered elements, utilizing a twelve-point flexbox grid system and nested containers to manage complex layouts. The library ensures consistent behavior across large-scale applications by providing centralized configuration for component defaults, themes, and global design tokens. What distinguishes this framework is its deep integration of Material Design principles alongside a highly flexib

    The library assigns specific key combinations to trigger application actions to improve efficiency for power users.

    TypeScriptjavascriptmaterialmaterial-components
    40,957View on GitHub↗