Jump to content

Search the Community

Showing results for tags 'arrow Key'.

  • Search By Tags

    • arrow key ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 2 results

  1. 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][righ...
  2. 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" &&}") T...
×
×
  • Create New...