Hi Dave, This is a known issue with Quicksilver at the moment. See https://github.com/quicksilver/Quicksilver/issues/555 It will be fixed by the time Quicksilver v1.0 is released. Unfortunately in the meantime there is no real workaround.
You could create an AppleScript that opens the applications you would like, and then set that up as the trigger Something along the lines of: (untested) tell application "System Events" tell application "Sublime Text" to active tell application "Firefox" to active end tell On 4 July 2012 18:51, Dave <[email protected]> wrote: > Hi! > > 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? > > Thanks > > -- 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 -- 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
