Do
;If _IsPressed(11) Then; the control key
$coord = PixelSearch(0, 0, 800, 600, 0x00FFFF,10, 2)
If Not @error = 1 Then
MouseClick("left", $coord[0], $coord[1], 1 , 0)
send( "Left" )
Sleep( "5000" )
;EndIf
EndIf
Until;_IsPressed(20); The Spacebar key (20)
ok when it read" send( "Left" )" it write the word ,not the key arrow down button. why?