Ross ROSS = Recommend OSS · open-source software intelligence for agents

gmamaladze/globalmousekeyhook

This library allows you to tap keyboard and mouse, detect and record their activity even when an application is inactive and runs in background. observed · 2026-08-28

github.com/gmamaladze/globalmousekeyhook · C# · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4200
  • days_rel: n/a
  • days_push: 992
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1092 stars · 260 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A C# .NET library (NuGet package MouseKeyHook) that taps global keyboard and mouse activity on Windows via Win32 hooks, raising standard .NET events even when the application is inactive. It supports detecting key combinations and sequences, mouse coordinates, drags, wheel scrolls, and optional input suppression.

Use cases

  • capture global keyboard and mouse events in a background c# app
  • detect hotkey combinations and key sequences in .net
  • log mouse clicks and coordinates on windows
  • suppress or intercept specific mouse button clicks
  • build a macro recorder or input automation tool
  • track mouse wheel scrolls and drag actions

When to choose

  • you need a .net library to monitor global input on windows
  • you want standard keyeventargs/mouseeventargs events instead of raw win32 hook code
  • you need key combination or sequence detection

When to avoid

  • your application must run on linux or macos - windows only
  • you need cross-platform input capture
  • you want a ready-made application rather than a library to code against

Facets

library · maturity maintenance

sdk developer-tools desktop-applications developer-tools windows windows dotnet c keyboard-hook mouse-hook global-hooks input-monitoring keylogger hotkeys win32 event-driven automation

1 source

Member repositories

RepositoryRoleHealth v2
gmamaladze/globalmousekeyhookmain23

For agents

markdown · JSON · MCP: product_card(name="gmamaladze/globalmousekeyhook")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem