1
0
Fork 0

Add maintenance notice to readme

This commit is contained in:
Reinout Meliesie 2025-03-03 15:36:36 +01:00
parent 78a83722a0
commit b97f4c6bfe
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

View file

@ -1,8 +1,14 @@
# EVDEV Actions
# Linux Event Device Actions
> **Note:**
> This project has been superseded by [Input Remapper](https://github.com/sezanzeb/input-remapper) and is no longer maintained.
## Functionality
This tool allows certain configurable actions to be taken upon events from `evdev` devices. These actions include feeding a new event back into a device (useful for button remapping) and running an arbitrary command. This tool **cannot** prevent the original event from being processed by other userspace programs listening for `evdev` events, for example ones using `libinput`. It was originally created because there currently is no way to give extra mouse buttons functionality when using Mutter.
This tool allows certain configurable actions to be taken upon events from `evdev` devices.
These actions include feeding a new event back into a device (useful for button remapping) and running an arbitrary command.
This tool **cannot** prevent the original event from being processed by other userspace programs listening for `evdev` events, for example ones using `libinput`.
It was originally created because there currently is no way to give extra mouse buttons functionality when using Mutter.
## Long-Term Solution