My issue has already been reported in this bug (https://sourceforge.net/tracker/index.php?func=detail&aid=1612289&group_id=43764&atid=437332) and this bug (https://sourceforge.net/tracker/index.php?func=detail&aid=1826339&group_id=43764&atid=437332), but both of them were closed without any resolution or reason mentioned, so I'm making a new one. Basically when using AutoHotKey to send input to Console, the Shift key presses lag behind the rest of the key presses, so a path in double quotes like:
"C:\stuff"
might end up showing up as:
"C;|sTuff'
This of course ends up as an invalid path and my scripts do not work as they are supposed to. The path that shows up is often different each time, so it looks like the timing of when to press the shift key and how long to hold it are being skewed somehow. I've used AutoHotKey with many different applications, and Console is the only one that I've seen with this problem. I'll note too that I'm using Console version 2.00b148-Beta.
I'll also mention that I'm using the SendInput function in AutoHotKey to send key presses to Console.