ch9329-keyboard
ch9329-keyboard copied to clipboard
A CH9329 keyboard controller script
Currently, users must install from source using pip (or package manager of choice). Providng standalone executables would make for easier distribution and installation. ## Requirements * Build platform-specific binaries *...
The "sister" module to the CH9329, the CH9328, appears to be better supported and more widely available, including from reliable distributors such as Adafruit: https://www.adafruit.com/product/5973 I have purchased a CH9328...
Supporting pasting from local machine to client would be a great addition. Currently, while some command-line keyboard implementations support paste (Curses, TTY), there's no support in the GUI for this....
Tests are run using `python -m pytest`. However, several of the unit tests are failing at the moment due to difficulty patching the modules they use. Most tests run correctly...
Documentation of this tool is currently sparse. Outside the README.md, there isn't a clear setup guide for new users, or anything by way of developer documentation. This should be remedied...