ravenfyre Posted February 16, 2004 Posted February 16, 2004 I need the {down} command to work but in the last few version I tried it in and even the newest cause something odd to happen. Ok here is an example. Let's say I need to hold down ALT and then push a key. Ok I use this. Send("{! down}"); Sleep(1000); Send("a"); Sleep(500); Send("{! up}"); What happens is the number "1" is pushed, why I have no clue! Then ! is entered followed by the letter a. So the 2nd part of that I guess is working but where the heck does the number 1 come from?
ravenfyre Posted February 16, 2004 Author Posted February 16, 2004 I only have one thing to say, DOH!
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