Jump to content

Help with keydown


Recommended Posts

Hey! i need a little help here :)

So fast i can =P

MouseMove(317, 796)
Sleep(2000)
MouseClick("left")
Sleep(2000)
Send("{LCTRL}")  --- This should Copy
Send("C")               --- This should Copy
Sleep(2000)
MouseMove(191, 505)
MouseClick("left")
Sleep(1000)
MouseMove(257, 306)
MouseClick("left")
Sleep(1000)
Send("{LCTRL}")   --- This should Paste
Send("V")         --- This should Paste
Sleep(3000)
MouseMove(287, 501)
Sleep(10000)
FileOpen ( "test.exe", 0 )

Anyone got anything that copy.. and paste?

Edited by RaDiVaX
Link to comment
Share on other sites

I'v tested this

Send("{CTRL down}") ;Holds the A key down

Send("{V down}") ;Holds the A key down

Send("{CTRL up}") ;Releases the A key

Send("{V up}") ;Releases the A key

Didnt work :(

lol... i think.. me = little noob :)

Link to comment
Share on other sites

You could lookup send key list or send key in the help file and just send the keys to select all > Ctrl + A and then press the delete key {DELETE}.

~Projects~1. iPod Ejector 1.0 - Tool Used To Eject iPod in Windows - Uses DevEject.exe :P2. SmartFTP Close Popup Tool - Closes reminders from freeware SmartFTP.~Helpful Links For New Users~1. LXP's Learning AutoIT PDF Guide - <<< Go here for a PDF Guide on learning AutoIT from the ground up!<<<2. AutoIt 1-2-3 <<<Want to learn more about AutoIT quickly? Go Here<<<3. How To Install The Beta And Production Versions Of AutoIT / SciteAutoIT

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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