Wez Furlong

Results 893 comments of Wez Furlong

Sounds reasonable. I think this would need a way to wait on an event from the kernel when a new device shows up (so that it's not busy waiting, and...

Sounds like an issue outside the scope of evremap, sorry!

Looks neat! I've added a link to this in the readme!

I think this is a reasonable feature request. I don't currently have time to work on this myself though.

FWIW, it is now possible in `main` to override the `device_name` and/or `phys` via the command line. A single `evremap` process instantiation can still only process events from a single...

The thinking was that it was the simplest and least-surprising outcome for most people

from a keyboard event perspective, no: double quotes is a keymap-dependent output. For example, on a US layout it is shifted-single-quote. In a UK layout is shifted-2.

Thanks! Could you include the ASAN overflows you see without this patch in place, and turn it into a PR so that it is reviewable? I'm troubled by the comments...

I suspect that the sway config isn't correctly targeting the remapped device so its config isn't being applied. This isn't an evremap issue.

I'd suggest starting evremap with `EVREMAP_LOG=trace` set in the environment to trace the events that are generated when you press keys and verify what events happen when you use the...