Search the Community
Showing results for tags 'arrow key'.
-
Hello guys, I'm trieng to get my script to send arrow left 134 times rapidly to set the type position to a set point, I can't get this to work as {25 134} will send 25 134 times, instead of arrow left. here is a snippet of my code: Send("[url=https://google.com][color=lime][b][/b][/color][/url][right][acronym='TrippingSync is awesome!'][color=grey][sup]Hover over me[/sup][/color][/acronym][/right]") Send(25, 134)I tried several methods, but none seem to work :S Thanks in advance, TrippingSync
-
Hi Forum, Here is my code, $linenum="101" $columnnum="10" mouseclick("left",481,660,1) sleep(1000) Send("^{F3}") WinWaitActive("Go To Line") ControlSend("Go To Line", "", "", $linenum) sleep(1000) ControlSend("Go To Line", "", "", "{ENTER}") sleep(1000) Send("{RIGHT && "$columnnum" &&}") The problem I am facing here is i dont know how to send my Variable $columnnum in Send("{RIGHT && "$columnnum" &&}") Simply to say i need send right arrow button n number of times, $columnnum is an Argument, Please guide, Thanks in Advance Sathish V.