https://github.com/ShadowBlip/InputPlumber
Open source input router and remapper daemon for Linux
https://github.com/ShadowBlip/InputPlumber
Last synced: 2 months ago
JSON representation
Open source input router and remapper daemon for Linux
- Host: GitHub
- URL: https://github.com/ShadowBlip/InputPlumber
- Owner: ShadowBlip
- License: gpl-3.0
- Created: 2023-11-01T02:05:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-01T01:02:34.000Z (2 months ago)
- Last Synced: 2026-04-01T02:48:51.858Z (2 months ago)
- Language: Rust
- Homepage: https://inputplumber.readthedocs.io/
- Size: 2.82 MB
- Stars: 467
- Watchers: 8
- Forks: 46
- Open Issues: 92
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-car-simulation - InputPlumber
README
InputPlumber
## About
InputPlumber is an open source input routing and control daemon for Linux. It can
be used to combine any number of input devices (like gamepads, mice, and keyboards)
and translate their input to a variety of virtual device formats.
### Features
- [x] Combine multiple input devices
- [x] Emulate mouse, keyboard, and gamepad inputs
- [x] Intercept and route input over DBus for overlay interface control
- [x] Input mapping profiles to translate source input into the desired target input
- [ ] Route input over the network
## Documentation
You can [read documentation](https://shadowblip.github.io/InputPlumber/) about how
to configure and use InputPlumber here:
- [Overview](https://shadowblip.github.io/InputPlumber/)
- [Installation](https://shadowblip.github.io/InputPlumber/install/)
- [Usage](https://shadowblip.github.io/InputPlumber/usage/)
- [DBus API](https://shadowblip.github.io/InputPlumber/dbus-interface/composite_device/)
## License
InputPlumber is licensed under THE GNU GPLv3+. See [LICENSE](LICENSE) for details.