Philip Langdale

Results 174 comments of Philip Langdale

No, I haven't had this use-case so I didn't implement it.

It wouldn't be terribly hard - the main thing is you have to make the event mapping logic stateful as you need to track multiple keys being held down, and...

That helps solve the event mapping. Still need to come up with an efficient config expression.

I merged #16 which provides an equivalent capability in a different way, although it doesn't do anything like window mapping. That's beyond the scope of what I want this program...

Have you tried specifying the input events that you get from the wheel (find them with `evtest`, etc). It should just work as wheels send button events normally.

Yeah, we don't support `EV_REL` events right now, but it could be added relatively easily.

I haven't looked into it. You'd need to sit down and start working on it. But note that actually mapping absolute to relative is more complex than the sorts of...

Have you tried just using the number? These constants are just enums that map to the codes.

Looks like we need a bit more logic to handle raw numbers. I'd happily accept a patch for it.

For X sessions, just use xbindkeys.