IanN1990 Posted October 16, 2011 Share Posted October 16, 2011 erm am i doing something wrong cuz i am having trouble sending keys to firefox. $sTitle1='Firefox' If $aTabs[0] > 1 Then Winactivate($sTitle1) SendKeepActive("^+{TAB}") endif am i doing something wrong as i cant seam to get that to send to firefox Link to comment Share on other sites More sharing options...
JohnOne Posted October 16, 2011 Author Share Posted October 16, 2011 Add this to top of script Opt("WinTitleMatchMode", 2) ;1=start, 2=subStr, 3=exact, 4=advanced, -1 to -4=Nocase AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
IanN1990 Posted October 16, 2011 Share Posted October 16, 2011 Thanks Link to comment Share on other sites More sharing options...
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