taojy123/keymousego

类似按键精灵的鼠标键盘录制和自动化操作 模拟点击和键入 | automate mouse clicks and keyboard input

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 13 minutes ago
Added to GitGenius on September 5th, 2026
Created on January 31st, 2015
Open Issues & Pull Requests: 122 (+0)
GitHub issues: Enabled
Number of forks: 1,348
Total Stargazers: 10,540 (+0)
Total Subscribers: 81 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 27.8 hours
Mean response time: 32.1 days
90th percentile: 76.2 days
Tracked items: 50

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 6% of issues opened in the past year have been closed. Three people close 90% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 52
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 548 days
Stale 30+ days: 52
Stale 90+ days: 51

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (1)
  • feature (1)
  • help wanted (1)
  • invalid (1)
  • wontfix (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

KeymouseGo is a mouse and keyboard automation tool that records user interactions and replays them on demand.

The tool addresses the need to automate repetitive, simple tasks by capturing mouse clicks and keyboard input during a recording session, then executing those recorded actions repeatedly at the press of a hotkey. It works through a straightforward record-and-playback model: users click a record button, perform their actions, click stop, and then trigger playback through a hotkey or button press. The number of repetitions is configurable, including an infinite loop option. Recording captures only mouse clicks and keyboard input, not mouse movement trajectories, keeping script files lightweight and focused on intentional actions.

The tool suits anyone performing monotonous, repetitive work that involves simple mouse and keyboard interactions. It is available as a standalone executable for Windows, Linux, and macOS, requiring no Python installation for end users, though the source is written in Python. Users can edit recorded scripts directly by modifying the script files in the scripts folder, and the tool supports both a graphical desktop interface and command-line execution of scripts. The default hotkeys are F6 to start playback and F9 to stop, and these can be customized. One limitation to be aware of is that when mouse input speed exceeds a certain threshold, the tool cannot execute scripts at the intended speed due to program performance constraints. On some systems, particularly macOS, additional permissions may be required for the tool to record and execute actions correctly.

Development activity shows consistent maintenance with fixes and improvements applied to address platform-specific issues. The project maintains documentation in multiple languages and incorporates user feedback regarding permission requirements and system compatibility across different operating systems. Updates have addressed edge cases such as incomplete mouse event recording on certain systems and accessibility requirements on macOS.