awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
keithamus avatar

keithamus/jwertyArchived

0
View on GitHub↗
1,199 stars·105 forks·JavaScript·13 viewskeithamus.github.io/jwerty↗

Jwerty

⌨ Awesome handling of keyboard events

Features

  • Keyboard Shortcuts - Advanced keyboard event handling library.
  • Keyboard Shortcuts - Advanced keyboard event handling.

Star history

Star history chart for keithamus/jwertyStar history chart for keithamus/jwerty

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does keithamus/jwerty do?

⌨ Awesome handling of keyboard events

What are the main features of keithamus/jwerty?

The main features of keithamus/jwerty are: Keyboard Shortcuts.

Which projects share features with keithamus/jwerty?

Projects with overlapping indexed features include: ccampbell/mousetrap — Mousetrap is a JavaScript keyboard shortcut library used to bind specific key combinations and sequences to custom… dmauro/keypress — A keyboard input capturing utility in which any key can be a modifier key. robertwhurst/keyboardjs — A JavaScript library for binding keyboard combos without the pain of key codes and key combo conflicts. madrobby/keymaster — Keymaster is a keyboard shortcut library for web applications that provides utilities for intercepting keyboard events… jamiebuilds/tinykeys — Tinykeys is a lightweight JavaScript utility for mapping keyboard combinations, sequences, and regular expression… github/hotkey — Hotkey is a client-side JavaScript library designed to enhance web application accessibility and navigation through…

Projects sharing features with Jwerty

These projects share indexed features with Jwerty. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • madrobby/keymastermadrobby avatar

    madrobby/keymaster

    6,516View on GitHub↗

    Keymaster is a keyboard shortcut library for web applications that provides utilities for intercepting keyboard events and mapping key combinations to handler functions. It includes a keyboard event manager and a key state tracker to monitor and query which keys or modifiers are currently held down. The library features a scoped input handler that allows shortcuts to be grouped into named contexts. This enables the application to switch between different sets of available actions depending on the active area of the interface. The system includes input filtering to prevent global shortcuts fr

    JavaScript
    View on GitHub↗6,516
  • ccampbell/mousetrapccampbell avatar

    ccampbell/mousetrap

    11,774View on GitHub↗

    Mousetrap is a JavaScript keyboard shortcut library used to bind specific key combinations and sequences to custom functions in web applications. It serves as a keyboard event handler that listens to and manages keypress, keydown, and keyup events across a browser window. The library includes a sequence-based input manager for triggering actions based on a precise series of keys pressed in a specific order. It also provides a custom shortcut recorder to capture user keystrokes for defining and saving personalized shortcuts. The system supports global binding registration to ensure shortcuts

    JavaScriptjavascriptkeyboardkeyboard-shortcuts
    View on GitHub↗11,774
  • dmauro/keypressdmauro avatar

    dmauro/Keypress

    3,156View on GitHub↗

    A keyboard input capturing utility in which any key can be a modifier key.

    CoffeeScript
    View on GitHub↗3,156
  • robertwhurst/keyboardjsRobertWHurst avatar

    RobertWHurst/KeyboardJS

    2,105View on GitHub↗

    A JavaScript library for binding keyboard combos without the pain of key codes and key combo conflicts.

    JavaScript
    View on GitHub↗2,105
Compare all 28 related projects→