A small Windows utility that sends your keyboard, touchpad and mouse through a signed Logitech HID driver, so applications see the input as coming from a real Logitech device.
One executable, nothing to install: the signed driver files are embedded in it and deployed on first start.
- Windows 10 or 11
- Administrator rights
Run InputRedirect.exe as administrator and choose an option:
| Key | Action |
|---|---|
1 |
Redirect mouse / touchpad clicks |
2 |
Redirect keyboard |
3 |
Stop everything |
4 |
Re-create the virtual devices |
D |
Remove the driver |
Q |
Quit |
1 and 2 are switches - press again to turn them off. Closing the window turns the
redirect off.
After D the machine has to restart before the driver is fully gone; the tool
offers it and reminds you on the next start if you skipped it.
cargo build --release
cargo testThe binary lands in target/x86_64-pc-windows-msvc/release/InputRedirect.exe.
Ready-made builds of the latest commit are published under
Releases.
Note that some anti-cheat systems block the Logitech driver used by InputRedirect. As a result, the utility may not function in games protected by those systems.
At least it still works with a certain 20+ year old Korean MMO ;)
