MouseKeyProxy.Repl 0.5.5

dotnet tool install --global MouseKeyProxy.Repl --version 0.5.5
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local MouseKeyProxy.Repl --version 0.5.5
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=MouseKeyProxy.Repl&version=0.5.5
                    
nuke :add-package MouseKeyProxy.Repl --version 0.5.5
                    

MouseKeyProxy

Free hotkey-only alternative to PowerToys Mouse Without Borders for exactly two Windows 11 systems.

MouseKeyProxy provides a Windows service, a user-session tray/dashboard agent, and the mkp .NET tool for pairing two machines and transferring keyboard/mouse ownership with an explicit hotkey.

Documentation

Quick Start

dotnet tool install --global MouseKeyProxy.Repl
mkp --version
mkp --help
mkp service install
mkp pair status
mkp toggle

Default hotkey: Ctrl+Alt+F1.

Features

  • Explicit hotkey toggle only; no mirror mode and no edge-of-screen switching.
  • Exclusive input forwarding so one machine receives keyboard and mouse at a time.
  • Pairing, status, service lifecycle, emergency release, logs, clipboard, and remote-control commands through the canonical mkp CLI/REPL surface.
  • User-session dashboard for pairing state, active peer, service state, clipboard state, recent errors, and emergency release.
  • Windows Event Log diagnostics.
  • LIFO clipboard sync with bounded history and privacy skips.

Build

dotnet tool restore
dotnet build MouseKeyProxy.slnx -c Release
dotnet test MouseKeyProxy.slnx -c Release

Nuke targets live in build/:

dotnet run --project build/MouseKeyProxy.Build.csproj -- --target PackRepl --configuration Release
dotnet run --project build/MouseKeyProxy.Build.csproj -- --target PublishToolToNuGet --configuration Release

Versions are produced by GitVersion. NuGet publishing requires the current commit to be the latest tagged commit and reads the API key from NUGET_API_KEY.

License

MouseKeyProxy's own code is Apache-2.0. See LICENSE.

The mkp tool bundles a modified build of Rufus ("RUFUS For MouseKeyProxy"), used by mkp pi provision to write the Pi HID image to SD media. Rufus is Copyright (C) 2011-2026 Pete Batard / Akeo Consulting and is licensed under GPLv3 (mere aggregation - it does not relicense MouseKeyProxy). Corresponding source: https://github.com/sharpninja/rufus-mkp. See THIRD-PARTY-NOTICES.md.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.5.5 152 7/7/2026
0.5.4 125 7/7/2026
0.5.3 113 7/7/2026
0.5.2 124 7/7/2026
0.5.0 135 7/4/2026