hispeed_mike Posted November 11, 2005 Posted November 11, 2005 Hi, The script marc sent me worked great. I tried to add another keystroke to send alon with it but I just cannot get it to work... below are the ways I have tried...Could someone point out really quick what I am doing wrong.... Send("{ALTDOWN}") Send("{LSHIFT}1") Send("{ALTUP}") Send("{ALTDOWN}") Send("{LSHIFT down}") Send("1") Send("{ALTUP}") Send("{LSHIFT up}") I just need to send and extra key....should these normally go under its own send command or can it go on with another sedn command? Thanks Mike
BigDod Posted November 11, 2005 Posted November 11, 2005 Hi,The script marc sent me worked great. I tried to add another keystroke to send alon with it but I just cannot get it to work... below are the ways I have tried...Could someone point out really quick what I am doing wrong....Send("{ALTDOWN}")Send("{LSHIFT}1")Send("{ALTUP}")Send("{ALTDOWN}")Send("{LSHIFT down}")Send("1")Send("{ALTUP}")Send("{LSHIFT up}")I just need to send and extra key....should these normally go under its own send command or can it go on with another sedn command?ThanksMikeYou could try doing it all at onceSend("!+1") Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
hispeed_mike Posted November 11, 2005 Author Posted November 11, 2005 You could try doing it all at onceSend("!+1")That one works...I got a bit confused about the flag attribute and didn't attemp it. I thought to send the keys as !+ I had to specify the flag that I was using special characters...but I guess not...Thanks Again..Mike
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