I use the browser Opera. Opera has a window called Speed Dial - Opera.
I want to hit a button, and I want VA to do 3 things.
1. If the Active Windows Title is Speed Dial - Opera, I want it to put the Cursor in the address bar. The command for that is Left Ctrl+Left Shift+\
2. If the Active Windows Title isn't Speed Dial - Opera, and Speed Dial - Opera is open in the background, I would like it brought to the Foreground, and made the Active Window, then hit Left Ctrl+Left Shift+\
3. If Speed Dial - Opera doesn't exist, I would like Speed Dial - Opera to be opened, by this command.
Run application 'c:\program files (x86)\opera\opera 19\launcher.exe'
The way it's working now is. It will do 1. and 2., but it will continue on and do 3. as well. Opening a extra Speed Dial that I don't need.
I've been using this command for a long time, and it never use to do this. Now, I can't seem to get it to stop doing it. I have no idea what I'm doing wrong, or if VA is just ignoring a command.
Here is how my command looks, this use to work. Either I'm doing something wrong, wouldn't surprise me, or VA is.
Begin Text Compare : [{ACTIVEWINDOWTITLE}] Equals 'Speed Dial - Opera'
Pause 0.2 seconds
Press and release Left Ctrl+Left Shift+\ | keys
End Condition - Exit when condition met
Begin Text Compare : [{ACTIVEWINDOWTITLE}] Does Not Equal 'Speed Dial - Opera'
Display window 'Speed Dial - Opera' as [Show]
Pause 1 second
Press and release Left Ctrl+Left Shift+\ | keys
End Condition
Begin Text Compare : [{ACTIVEWINDOWTITLE}] Does Not Equal 'Speed Dial - Opera'
Run application 'c:\program files (x86)\opera\opera 19\launcher.exe'
Pause 1 second
Press and release Left Ctrl+Left Shift+\ | keys
End Condition - Exit when condition met
Thanks for your time, hope there is a answer.