Skip to content

Releases: vmonaco/kloak

kloak v0.2

27 Mar 19:31
Compare
Choose a tag to compare
kloak v0.2 Pre-release
Pre-release

New features:

  • Autodetect keyboard and uinput device files.

Bug fixes

  • Removed pthreads dependency. Everything is now single threaded.
  • Added some quantization to emitted event times through a call to sleep in the main loop (a call to sleep() is necessary to avoid hogging the CPU, and this has the side effect of quantizing the time between output events).