/KeyDebouncer

A simple keypress debouncer/keyboard chatter removal tool for Windows

Primary LanguageC++MIT LicenseMIT

A simple key debouncer/keyboard chatter removal tool for Windows

MIT Licence

Welcome to this simple key debouncer/keyboard chatter removal tool repo! This program listens for keyboard input and prevents duplicate keys from being accidentally registered within a given time window.

Currently only supported on Windows, but the base repository this project was forked from has example keyloggers for Mac and Linux as well, so the basic work of "capturing keyboard input" is at least in place there.


Thanks to https://github.com/GiacomoLaw/Keylogger (and subsequently https://github.com/caseyscarborough/keylogger) for the base program!


Feel free to contribute to fix any problems, or to submit an issue!

Please note, this repo is for educational purposes only. No contributors, major or minor, are to fault for any actions done by this program.

Don't really understand licenses or tl;dr? Check out the MIT license summary.

Distributed under the MIT license. See LICENSE for more information.