Jump to content

Recommended Posts

Posted (edited)

What I'm trying to do is to do a key hold down as a ControlSend. I got it to work as a send, but I'm not sure how to work it with ControlSend

Send("{LEFT down}")
Sleep(3000)
Send("{LEFT up}")
 
^ This is the working
 
 
ControlSend($WinTitle, "", "", "{LEFT down}", 0)
Sleep(3000)

ControlSend($WinTitle, "", "", "{LEFT up}", 0)

 

This seems to only be  sending LEFT once 

Edited by Saki
  • Moderators
Posted

Saki,

I agree with Danp2. Do NOT start a third thread on this - our patience has limits. :naughty:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...