Releases: vmonaco/kloak
Releases · vmonaco/kloak
kloak v0.2
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).