waybind icon indicating copy to clipboard operation
waybind copied to clipboard

Dead simple keyboard remapper for wayland based on uinput

Results 3 waybind issues
Sort by recently updated
recently updated
newest added

I've been trying to rebind `LControl` with `CapsLock` (and vice versa) and bind `CapsLock+M` to `Enter`. I composed the config that handles different cases of the modifier so that it...

Is there anyway you can make it work for multiple devices? like: ``` device: /dev/input/event0 rebinds: - fro........ ....... --- device: /dev/input/event1 rebinds: - fro........ ....... ```

Do you think you'd be able to do something similar to xkeysnail? It uses x11 to figure out the active window though, something wayland is not likely to support vs...