adafruit / circuitpython

CircuitPython - a Python implementation for teaching coding with microcontrollers
https://circuitpython.org
MIT License
3.97k stars 1.16k forks source link

usb host keyboard vt100 imporvement #8804

Open iyalosovetsky opened 5 months ago

iyalosovetsky commented 5 months ago

I am very impressed with how the USB host keyboard works. For my CNC project, I needed to add the ability to work with the function keys f1-f12, ctrl-left, ctrl-right, ctrl-up, ctrl-down, page down, page up, insert, delete, etc. in the format of command VT 100. Offer my modified code "supervisor/shared/usb/host_keyboard.c" host_keyboard.c.txt

dhalbert commented 5 months ago

Could you submit this as a pull request? There are directions here: https://learn.adafruit.com/contribute-to-circuitpython-with-git-and-github