Jump to content

Send Two Keys At Once


Recommended Posts

i want to make a script that can firstly, make CTRL + 2 then click on 5,6,7 and then ctrl +3 then click on 5,6,7 but i can't make it run perfectly :blink: it is totaly missed up now, here it is

ControlSend("SRO_Client", "" ,"Edit1", "("^2")" )

Sleep (10000)

ControlSend("SRO_Client", "", "Edit1", "5" )

Sleep (5000)

ControlSend("SRO_Client", "", "Edit1", "6" )

Sleep (5000)

ControlSend("SRO_Client", "", "Edit1", "7" )

Sleep (10000)

ControlSend("SRO_Client", "" ,"Edit1", "("^3")" )

Sleep (10000)

ControlSend("SRO_Client", "", "Edit1", "5" )

Sleep (5000)

ControlSend("SRO_Client", "", "Edit1", "6" )

Sleep (5000)

ControlSend("SRO_Client", "", "Edit1", "7" )

Link to comment
Share on other sites

The code you posted IS automating, it's set to automatically push keys so you don't have to...

010101000110100001101001011100110010000001101001011100110010000

001101101011110010010000001110011011010010110011100100001

My Android cat and mouse game
https://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek

We're gonna need another Timmy!

Link to comment
Share on other sites

  • Developers

actually, i am not discussing ways to automate that game i just want to know how to send two keys at once, sorry i am newbie :blink:

don't see the difference....

*click*

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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