#1
|
|||
|
|||
Moving cursor position to previous field
Is there a way to change the cursor position? I'm using secureCRT 7.3.3 and VBS.
I need to be able to move the cursor from the current field to the one preceding it. Manually, the only way to move the cursor back is with the Up Arrow key. I tried recording a script, used Up Arrow to get to the desired field, and got this: crt.Screen.Send chr(27) & "[A" & chr(13) But playing it back does not do anything. |
Tags |
scripting , vbscript |
Thread Tools | |
Display Modes | Rate This Thread |
|
|