Skip to content

Releases: vorojar/MouseMapper

v1.1.0 Windows

29 Mar 06:05

Choose a tag to compare

MouseMapper Windows v1.1.0

Lightweight mouse side button remapper. One exe, 43KB, zero dependencies.

Usage

  1. Download MouseMapper.exe
  2. Double-click to run (auto-generates config.json + auto-sets startup)
  3. Right-click tray icon to manage auto-start or exit

Features

  • Click mode and Hold mode
  • Key combos (ctrl+c, shift+alt, etc.)
  • System tray with auto-start toggle
  • 43KB single exe, no install needed

config.json example

{
  "mappings": [
    { "button": 3, "key": "return", "action": "click" },
    { "button": 4, "key": "alt", "action": "hold" }
  ]
}

button: 2=Middle, 3=Back(X1), 4=Forward(X2)