Skip to content

kloak v0.2

Pre-release
Pre-release

Choose a tag to compare

@vmonaco vmonaco released this 27 Mar 19:31
· 190 commits to master since this 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).