awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dmauro avatar

dmauro/Keypress

0
View on GitHub↗
3,156 نجوم·307 تفرعات·CoffeeScript·Apache-2.0·3 مشاهداتdmauro.github.io/Keypress↗

Keypress

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

Features

  • Keyboard Shortcuts - Captures key presses and combinations.
  • Keyboard Shortcuts - Keyboard input capturing utility.

سجل النجوم

مخطط تاريخ النجوم لـ dmauro/keypressمخطط تاريخ النجوم لـ dmauro/keypress

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Keypress

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Keypress.
  • madrobby/keymasterالصورة الرمزية لـ madrobby

    madrobby/keymaster

    6,516عرض على 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
    عرض على GitHub↗6,516
  • ccampbell/mousetrapالصورة الرمزية لـ ccampbell

    ccampbell/mousetrap

    11,774عرض على 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
    عرض على GitHub↗11,774
  • keithamus/jwertyالصورة الرمزية لـ keithamus

    keithamus/jwerty

    1,199عرض على GitHub↗

    ⌨ Awesome handling of keyboard events

    JavaScript
    عرض على GitHub↗1,199
  • robertwhurst/keyboardjsالصورة الرمزية لـ RobertWHurst

    RobertWHurst/KeyboardJS

    2,105عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗2,105
عرض جميع البدائل الـ 28 لـ Keypress→

الأسئلة الشائعة

ما هي وظيفة dmauro/keypress؟

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

ما هي الميزات الرئيسية لـ dmauro/keypress؟

الميزات الرئيسية لـ dmauro/keypress هي: Keyboard Shortcuts.

ما هي البدائل مفتوحة المصدر لـ dmauro/keypress؟

تشمل البدائل مفتوحة المصدر لـ dmauro/keypress: ccampbell/mousetrap — Mousetrap is a JavaScript keyboard shortcut library used to bind specific key combinations and sequences to custom… robertwhurst/keyboardjs — A JavaScript library for binding keyboard combos without the pain of key codes and key combo conflicts. keithamus/jwerty — ⌨ Awesome handling of keyboard events. 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…