On Wednesday, July 4, 2012 7:51:15 PM UTC+2, Dave wrote: > > I'm trying to create a trigger to launch several apps with just one hot > key: Sublime Text, Firefox, Terminal... > I create the trigger typing name of one app then comma, name of app... and > save. > It's work fine, until I restart Quicksilver, why? >
As pointed by Patrick, this is a known issue. Try the following *do shell script* "open -g /Applications/Safari.app/ /Applications/Mail.app/ /Applications/iTunes.app/" -g doesn't bring the application to the foreground or, if you need a combination of launch/delay and want to end up with an app as the frontmost *tell* *application* "Safari" *to* *launch* *delay* 1 --in seconds *activate* *application* "Mail" --bring app to front You can copy the lines directly in the first pane or write the script and recall it there. hth -- You received this message because you are subscribed to the Google Groups Quicksilver group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at https://groups.google.com/d/forum/blacktree-quicksilver?hl=en
