From both PuTTY and PySerial on Windows to a Windows target I was unable to send multiple modifiers in the format specified in the readme (^+t for CTRL+SHIFT+t). I played around with many different arrangements and ended up finding that for format ^T+ ended up working. I didn't get a chance to dig into your code to try and find a reason, but at least wanted to post this in case it helped someone else since there does seem to be a workaround.
For completeness: I used the instructions here for running your project on an Arduino based device rather than a Teensy.
Thanks,
James
From both PuTTY and PySerial on Windows to a Windows target I was unable to send multiple modifiers in the format specified in the readme (
^+tforCTRL+SHIFT+t). I played around with many different arrangements and ended up finding that for format^T+ended up working. I didn't get a chance to dig into your code to try and find a reason, but at least wanted to post this in case it helped someone else since there does seem to be a workaround.For completeness: I used the instructions here for running your project on an Arduino based device rather than a Teensy.
Thanks,
James