Starf0x Posted July 16, 2010 Posted July 16, 2010 Opt("WinTitleMatchMode", 3) Opt("SendKeyDelay", 500) Run("rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,2") WinWaitActive("Windows Features","OK",5) Sleep (3000) Send("{LEFT}") Send("{RIGHT}") Send("{SPACE}") Send("{DOWN 3}") It fails at the Send, it doesn't send the 'keys', it does send them when I test it on a notepad window, but now in the Appwiz window. I also tried Send("{+}") instead of SPACE. Could the OS be the issue? Windows 7 x64? Kind Regards, Starf0x
Starf0x Posted July 16, 2010 Author Posted July 16, 2010 Try to use SendKeyDownDelay optionI tested it and with any kind of delay this didn't work either.Kind Regards, Starf0x
Starf0x Posted July 16, 2010 Author Posted July 16, 2010 Even using both of them (SendKeyDelay & SendKeyDownDelay) doesn't help. Starf0x
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