summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2024-06-09add link to evremap-guiWez Furlong
refs: https://github.com/wez/evremap/issues/39
2024-05-05apt: pkg-config is required to build evremapZhanYF
2023-07-10readme: openrc service instructionslilly-lizard
2023-06-14Add instructions for Runit in README.mdnathan dawit
2023-05-22Add libevdev install command for debian/ubuntuMark Keisler
2023-03-25TypoLeo-MathGuy
:nerd_face:
2022-04-08Update README with sudo alternativenat-418
2021-12-04syntax highlighting for snippets in readmeAleksey Kladov
2021-11-24Improve handling ambiguous device namesWez Furlong
* Adds the `phys` info for the device to the list * Orders names by name first then by the eventXXX number component so that there is a "stable" ordering for a given set of inputs * When a name has ambiguous matches, warnings are logged to advise the user how to resolve them. Example: ``` ; cat /tmp/evremap.toml device_name = "Power Button" ``` ``` sudo ./target/debug/evremap remap /tmp/evremap.toml 2021-11-24T10:04:40.885 ERROR evremap > Short delay: release any keys now! 2021-11-24T10:04:43.084 WARN evremap::deviceinfo > The following devices match name `Power Button`: 2021-11-24T10:04:43.084 WARN evremap::deviceinfo > DeviceInfo { name: "Power Button", path: "/dev/input/event0", phys: "PNP0C0C/button/input0" } 2021-11-24T10:04:43.084 WARN evremap::deviceinfo > DeviceInfo { name: "Power Button", path: "/dev/input/event1", phys: "LNXPWRBN/button/input0" } 2021-11-24T10:04:43.084 WARN evremap::deviceinfo > evremap will use the first entry. If you want to use one of the others, add the corresponding phys value to your configuration, for example, `phys = "LNXPWRBN/button/input0"` for the second entry in the list. 2021-11-24T10:04:43.085 ERROR evremap::remapper > Going into read loop ``` refs: #2 closes: #3
2019-12-31add note about working system-wideWez Furlong
2019-12-31license + readmeWez Furlong
2019-12-31Add some docs and systemd bitsWez Furlong