I am at a loss here. I have to send a capital V to the tera term window. Generally I prefer to use ControlSend() for this... just seems safer.
Using the Send() method as below, i get the expected capital V... yay!
WinActivate("Tera Term")
Send("+v")
But when i use the ControlSend() method as below, i get a lower case v... grrrr!
WinActivate("Tera Term")
ControlSend("Tera Term", "", "", "+v", 0)
Id really like to use controlsend() for the added robustness but i cant for the life of m