Guest GiYo Posted September 7, 2005 Posted September 7, 2005 Hi, I did read help on mouse and on send. I did some browsing through the forum but probably not enough (yes i know you're used to those excuses now :\ I came up with this: AutoItSetOption ( "SendKeyDownDelay", 1000) Send("^") MouseClick("left",Random(0,1024,1),Random(0,700,1),1,1) AutoItSetOption ( "SendKeyDownDelay", 1) but it does not work. What I want is that script holds control key, clicks, releases control key. ty in advance GiYo
seandisanti Posted September 7, 2005 Posted September 7, 2005 Hi,I did read help on mouse and on send. I did some browsing through the forum but probably not enough (yes i know you're used to those excuses now :\ I came up with this:AutoItSetOption ( "SendKeyDownDelay", 1000) Send("^") MouseClick("left",Random(0,1024,1),Random(0,700,1),1,1) AutoItSetOption ( "SendKeyDownDelay", 1)but it does not work.What I want is that script holds control key, clicks, releases control key.ty in advanceGiYo<{POST_SNAPBACK}>try this one...Send("{CTRLDOWN}") MouseClick("left",Random(0,1024,1),Random(0,700,1),1,1) Send("{CTRLUP}")
seandisanti Posted September 7, 2005 Posted September 7, 2005 it works, thank you <{POST_SNAPBACK}>no problem, glad i could help
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