awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 Repos

Awesome GitHub RepositoriesKey Sequence Simulators

Utilities that simulate a sequence of user key presses to automate actions.

Distinct from Modifier Key Simulators: Simulates full sequences of key presses for automation, not just modifier states.

Explore 6 awesome GitHub repositories matching user interface & experience · Key Sequence Simulators. Refine with filters or upvote what's useful.

Awesome Key Sequence Simulators GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • mawww/kakouneAvatar von mawww

    mawww/kakoune

    10,938Auf GitHub ansehen↗

    Kakoune is a scriptable, modal text editor for the terminal that employs a client-server architecture. This model allows multiple terminal windows to connect to a single editing session, providing a programmable environment for managing source code and text. The editor is distinguished by its selection-first logic, where a text region must be predefined before a command is applied. It leverages regular expressions to manage multiple cursors and perform bulk edits across complex text patterns, and it integrates deeply with the shell by piping selections through external programs and filters.

    Runs a sequence of keys as if pressed by a user to automate actions.

    C++
    Auf GitHub ansehen↗10,938
  • pwr-solaar/solaarAvatar von pwr-Solaar

    pwr-Solaar/Solaar

    8,909Auf GitHub ansehen↗

    Solaar is a device management tool and configuration suite for Logitech wireless peripherals on Linux. It serves as an input peripheral monitor that tracks battery levels and connection link quality via a system tray application, while providing a receiver manager for pairing and unpairing wireless devices with proprietary USB receivers. The project features an input device automation engine that maps hardware events and mouse gestures to simulated keyboard inputs or system commands. This allows for the creation of custom rules that trigger actions based on device notifications or specific wi

    Sends synthetic key symbols and sequences to the OS to emulate physical keyboard presses.

    Python
    Auf GitHub ansehen↗8,909
  • koekeishiya/skhdAvatar von koekeishiya

    koekeishiya/skhd

    8,007Auf GitHub ansehen↗

    skhd is a keyboard shortcut manager and hotkey daemon for macOS. It functions as an input remapper that maps custom keyboard shortcuts to shell commands and system actions via a plain text configuration file. The utility supports modal keyboard workflows, allowing groups of shortcuts to activate only when the system is in a specific operational mode. It also enables application-specific hotkeys and application blacklisting, ensuring shortcuts only trigger based on which application is currently in focus. Additional capabilities include the remapping of hardware media keys and the synthesis o

    Simulates the pressing of keyboard keys as a resulting output of a triggered hotkey.

    C
    Auf GitHub ansehen↗8,007
  • openatx/uiautomator2Avatar von openatx

    openatx/uiautomator2

    7,864Auf GitHub ansehen↗

    uiautomator2 is an Android device automation tool and UI testing library. It functions as a framework for automating user interface interactions and managing device states via a remote client. The project provides a remote management interface for controlling Android applications, simulating user gestures, and managing system settings. It enables the analysis of XML UI hierarchies to locate interface elements and verify application behavior. The tool covers broad capability areas including application lifecycle management, device connectivity, and file system operations. It also includes sys

    Triggers hardware and software key presses to simulate user navigation or lock the screen.

    Pythonpythontestuiautomator
    Auf GitHub ansehen↗7,864
  • autoscrape-labs/pydollAvatar von autoscrape-labs

    autoscrape-labs/pydoll

    6,919Auf GitHub ansehen↗

    pydoll is a Chrome DevTools Protocol automation library and headless browser controller used for web data extraction and parallel browser automation. It controls Chromium-based browsers via direct WebSocket connections, allowing it to manage isolated browser contexts and tabs while bypassing the overhead and detection associated with WebDriver. The project features an anti-bot evasion framework that mimics natural human behavior, including mouse movements generated via Bezier curves and variable typing patterns. It provides specialized stealth capabilities to bypass behavioral analysis and au

    Dispatches key presses and releases with support for modifier keys and physical key identifiers.

    Pythonanti-detectionautomationbrowser-automation
    Auf GitHub ansehen↗6,919
  • tridactyl/tridactylAvatar von tridactyl

    tridactyl/tridactyl

    6,246Auf GitHub ansehen↗

    Tridactyl is a Vim-like Firefox extension that provides a comprehensive keyboard-driven interface for browsing, tab management, and page interaction. It replaces traditional mouse-based navigation with Vim-style keybindings, an ex-mode command line, and a hint overlay system for selecting and interacting with page elements. The extension is built around a core infrastructure that includes a modal command parser, a keybinding configuration system, and a content-script command bridge for executing commands in page context. The extension distinguishes itself through its deep integration with Fir

    Simulates keypresses by feeding a string of keys directly to the key parser for automation.

    TypeScriptfirefoxhacktoberfestvim
    Auf GitHub ansehen↗6,246
  1. Home
  2. User Interface & Experience
  3. Modifier Key Simulators
  4. Key Sequence Simulators