So i'm trying to make a script for quicksilver, so that I can reload my RSS feed program (Vienna)
I got this
tell application "System Events"
tell process "Vienna"
keystroke "r" using {command down}
end tell
end tell
Now this will reload (well do Command + R which is the hotkey for refreshing in Vienna) if it's the active window, how do I make it so that it switches to Vienna before?
Thanks
I got this
tell application "System Events"
tell process "Vienna"
keystroke "r" using {command down}
end tell
end tell
Now this will reload (well do Command + R which is the hotkey for refreshing in Vienna) if it's the active window, how do I make it so that it switches to Vienna before?
Thanks