blah Posted December 18, 2010 Posted December 18, 2010 so yeah need firefox to change tab.....looked around the help file...and googled it...but couldnt get it to work....this is wat i gotSend("^{TAB}")is it wrong?
Developers Jos Posted December 18, 2010 Developers Posted December 18, 2010 Does Firefox have the focus at the time you run the script? Opt("WinTitleMatchMode", 2) WinActivate("Mozilla") Send("^{TAB}") SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
somdcomputerguy Posted December 18, 2010 Posted December 18, 2010 Or this way, to avoid giving focus to Firefox. Opt("WinTitleMatchMode", 2) ;WinActivate("Mozilla") ;Send("^{TAB}") ControlSend("Mozilla", "", "MozillaWindowClass2", "^{TAB}") - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
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