Premature keypresses (Shift & modifiers being pressed too quickly)
AlexLynd opened this issue · 1 comments
AlexLynd commented
Sometimes the keystroke injection gets ahead of itself and presses the shift
key too early, causing random characters to be capitalized, and others to not be. For example instead of typing testing some colors!
in the colors.txt script, it will sometimes type testing some colorS1
. I'm not sure if this issue is present for other modifiers like alt
or ctrl
.
This issue seems to be found across characters that can be typed using the shift modifier like !@#$%^&*()
which will sometimes just print as the numeric values.
AlexLynd commented
Fixed in latest push to main branch. The issue was caused by parsing a string live inside of the `keyboard.sendString() function.