Kars Mulder

Results 60 comments of Kars Mulder

Yes, you're right that there is currently no way in evsieve to conditionally block an event based on whether or not another event is sent in the near future. I...

By the way, evtest should print a bunch of `-------------- SYN_REPORT ------------` lines. Is there a SYN_REPORT line between the KEY_LEFTMETA and the KEY_S events when you do a triple...

The main branch (commit 8633a27d right now) of on the git repository now has a rudimentary implementation* of three new features to enhance the `--hook` argument. A rough (incomplete) description...

> Now my system is very much improved in usability. I have a question. In your example the period values are different. Do they need to be so? I have...

> As a matter of fact, changing the period in an increasing fashion by 1ms does not seem to help that much. The period of each hook needs to be...

The reason that your approach does not work is because upon pressing Meta+I, the first hook consumes the Meta and the I keys, ensuring that they will never reach the...

Thank you for the report. I did not expect it to be possible that some device's axis would have a smaller minimum than maximum value, but here we are. Currently...

I suppose that magically inverting some events without being certain that doing so is the right thing, might end up causing more trouble than it solves. If at this point...

First, let's try the easy possible solution and test whether grabbing the input device solves the issue. ``` evsieve --input /dev/input/event0 grab --map key:f12 key:leftctrl key:c --print --output ``` Right...

One of the design goals of evsieve was to always do the right thing™ without the user having to tell it to, so if this is regularly causing issues, then...