-=|GO7|=- Posted May 2, 2005 Posted May 2, 2005 (edited) hey how can i send ctrl + v?<{POST_SNAPBACK}>Before asking why don't you check the AutoIt API ?it's Send("^v") Edited May 2, 2005 by -=|GO7|=-
apsync Posted May 2, 2005 Author Posted May 2, 2005 Send("{Ctr+V}") thats how its done<{POST_SNAPBACK}>oh ok thank you, but i just found Send("{CTRLDOWN}V"); would that work too?
-=|GO7|=- Posted May 2, 2005 Posted May 2, 2005 oh ok thank you, but i just found Send("{CTRLDOWN}V"); would that work too?<{POST_SNAPBACK}>Nope that's not the same : {CTRLDOWN} Holds the CTRL key down until {CTRLUP} is sent If you need to simulate the paste shortcut in notepad for example, simply useSend("^v")
w0uter Posted May 2, 2005 Posted May 2, 2005 Send("{Ctr+V}") thats how its done<{POST_SNAPBACK}>you are wrong. he is right. all your code would do is print a C (if im correct) My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now