Quote:
Originally Posted by frostschutz
Well... I (think I) have an improvement for the current freeze issue, and I'll reimplement the touchscreen/button option that went missing last update, and then... it's gotta be "good enough" at some point. Delays and such are customizable for a reason after all...
|
another day, another update. it should be more resilient to freezes and no longer miss inputs then
the touchscreen=1, button=1 that stopped working in the last few experimental updates, now merged into a generic input_devices settings:
Code:
#
# which /dev/input/eventX number devices to listen to
#
# input_devices=1 - event1 = touchscreen
# input_devices=0 - event0 = keyboard/buttons/magnet
# input_devices=1 0 - event1 event0 = both of the above
#
input_devices=1 0
so if a future device decides to change those numbers you can still configure it anyway
download here (20190729 version)
If you have any issues with it please don't report them to me because I don't want to update it anymore
j/k, let me know if it works