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.
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 typingtesting some colors!
in the colors.txt script, it will sometimes typetesting some colorS1
. I'm not sure if this issue is present for other modifiers likealt
orctrl
.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.