bschwind / key-ripper

Apache License 2.0
235 stars 14 forks source link

latency and accuracy improvements #25

Closed mcginty closed 1 year ago

mcginty commented 1 year ago

This should decrease keypress latency as much as possible, as well as catch shorter key presses for more accuracy (theoretically). Tested on Linux and seems to work pretty well. I tried to keep the code as simple and readable as possible (couldn't help myself with trying out const generics though, which are a little "type noisy" still, so... my b).

Changes