Closed
Description
I keep receiving this message in the console:
ValueError: No keycode available for character '\r' (13/0x0d).
After executing this ducky script file
DELAY 1000
GUI r
ENTER
STRING 123
It seems the code reads the lines with an extra \r\n in the line 148, the code tries to remove \n but maybe it needs to remove also \r but this affects also the last line of the ducky script because it reads the line with 2 less caracters because the last line doesn't have the extra \r\n.
Metadata
Metadata
Assignees
Labels
No labels