evremap
evremap copied to clipboard
A keyboard input remapper for Linux/Wayland systems, written by @wez
There is [imwheel](https://wiki.archlinux.org/title/IMWheel) tool for X11, that allows you to remap mouse wheel events combined with keyboard modifiers. I am looking for this functionality on wayland. The problem is that...
Hello, your code here looks right up the alley of what I'm looking for, but I've noticed some unexpected behavior as I'm trying it out, wondering if I'm just doing...
It would be good to add a ``[[sequence]]`` type of binding where rather than chords of keys (eg. `KEY_LEFTCTRL` and `KEY_F24`) being pressed at once, sequences of keys pressed one...
Wonderful utility! Could we add a function to swap keys that doesn't cause loops, i.e. swap `KEY_CAPSLOCK` and `KEY_LEFTCTRL`. For example, I'd like the physical `CAPSLOCK` key to do the...
A cursory Google search hasn't shown an easy way to translate scancodes or X keycodes (obtained from xev running under XWayland) to the keycode string that the config expects. I've...
I cannot remap keys on my Cherry Wired Keyboard. ``evremap config.toml`` does not ouput an error message, but does not have any effect. ``evremap list-devices`` shows two devices named "Cherry...
I'm trying to disable my airplane mode key on my keyboard, and remap it to the right arrow key. I have tried: ``` [[remap]] input = ["KEY_RFKILL"] output = ["KEY_RIGHT"]...
I've been looking for a lightweight input remapper. You project is absolutely amazing, it's so efficient and so easy to work with. I created a forked version of the project....
# Cannot get evremap to run as a service or from the terminal. ## terminal running `sudo target/release/evremap remap /etc/evremap.toml` from the terminal gives output ``` WARN evremap > Short...
I nearly went insane because I couldn't understand where to put my config that I ran with the normal evremap remap command (no systemd). Might be possible that both .conf...