Kars Mulder

Results 61 comments of Kars Mulder

I've had a look at evmapy. As of evsieve 1.3.0, it does not seem possible to convert evmapy files to evsieve scripts due to evmapy having some features that evsieve...

It looks like those config files are not valid configuration files for evmapy, but for a [patched version of evmapy](https://github.com/batocera-linux/batocera.linux/tree/master/package/batocera/utils/evmapy) maintained by batocera. Some structural things I noticed about the...

Not possible on the current stable version. I just added a feature to do this to the main branch. The tentative syntax is: ```--map abs:x abs:x:-x``` Now a somewhat confusing...

This feature has now been added to the main branch. You can now e.g. write `--map abs:z abs:z:127-x` to map some event's value to 127 minus that event's value, which...

@puffnfresh I suppose that it wouldn't be impossible to implement, but with the current internal API, it isn't simple to implement it in a way that: 1. Is correct in...

The Linux kernel reports which finger is responsible for multitouch events by sending an `ABS_MT_SLOT` event ([documentation](https://www.kernel.org/doc/html/latest/input/multi-touch-protocol.html)). However, evsieve currently does not contain any useful abstractions that make it easy...

Related issue: #7 This is not possible on the stable version of evsieve, but is possbile using the current main branch. If you compile evsieve from the main branch, you...

This is expected behaviour. If the Win key is not withheld, then a Win key will reach the virtual device when you press Win+F1. Suppose you want the Win key...

Yep, that should be doable*. Something like the following script can be used to use different hotkeys to switch to different VMs. It toggles the events between VM 1/2 by...

In the main branch (as of e6f2f4a4e3c034599bfca4411e80843599743238) I've implemented `persist=full` mode using the original plan of Approach 4, where evsieve automatically creates the cache files in its own directory. I'm...