On Feb 2, 2012, at 12:03 PM, Mister Stanwell wrote: > I'm basically just trying to create a single command that I can bind > to a trigger which will launch multiple apps. I can't use the comma > trick in the trigger itself -- see issue <https://github.com/ > quicksilver/Quicksilver/issues/555>... Is this the same problem?
Yes, I think your problem and the trigger problem are the same. When commands referring to multiple objects are created, instead of a reference to each object’s identifier individually, it stores a single reference with all the identifiers separated by spaces. No such thing exists, so it dies. I’ve been cleaning up some other stuff related to the way commands are run, so I’ll try to look at this. -- Rob McBroom <http://www.skurfer.com/>
