Kars Mulder
Kars Mulder
I don't have any touchscreen and touchpad to test myself, but I would imagine that the events emitted by a touchscreen and touchpad to be pretty similar. It seems that...
I don't know enough about scheduling to give a real answer to this question. That said, actually processing the events shouldn't take that much CPU time even on an underpowered...
In case you want to measure evsieve's performance yourself, here's a script that I use to benchmark the performance of a simple script that maps each key to the next...
Sorry for the late reply! I somehow missed the notification that a new issue was created. Your code should work as-is; a map argument with three keys does indeed map...
Sorry for the late reply, it appears that emails from Github are not arriving in my inbox anymore for some reason. I'm going to figure out why this is happening....
> (may I suggest a --daemonize option?) The recommended way to daemonize evsieve is by running it as a systemd service, which can be done either by writing a systemd...
Based on the posted output, I think that two things are happening: 1. Inotify isn't informing evsieve that the device is available. 2. After evsieve notices that the device is...
I haven't actually been able to try out ShadowPC yet (current stumble block: ShadowPC's client "LOG IN WITH BROWSER" button refuses to work for me), but the documentation ([this page](https://support.shadow.tech/hc/en-us/articles/6323666674844-ShadowUSB-installation-for-Appimage-deb))'s...
Sorry, I know no direct solutions. I'm getting the impression that FunctionFS may be intended for something different than what I was trying to accomplish. There is less information available...
> The bluetooth remote does register as /dev/input/event*, but not as /dev/input/by-id/* or /dev/input/by-path/*. So I don't have a persistant device name. How can I handle that? Sorry, the current...