I thought the OP was asking about 3 pane AppleScripts (AppleScript actions that you pull up in the 2nd pane), not triggers.
Maybe try following Rob's steps, and if they don't work then fall back to what I said :) On 18 Meh 2013, at 20:38, Rob McBroom <[email protected]> wrote: > On Tue Jun 18 2013 at 07:16:00, Patrick Robertson wrote: > >> Unfortunately this isn't' possible right now. > > > Are you sure you’re not over-thinking this based on your new fancy changes > that I don’t understand? :-) > > I have a trigger that calls up an AppleScript and immediately goes to text > mode in the third pane. It predates the “get indirect types” stuff. The > script is in ~Library/Scripts/ and is really simple: > > using terms from application "Quicksilver" > on process text theText > set logEntry to the quoted form of theText > do shell script "/Users/rob/bin/tlog " & logEntry > end process text > end using terms from > > I most likely had to hit ⌘X to clear the third pane when creating the trigger. > > -- > Rob McBroom > <http://www.skurfer.com/> > > > -- > You received this message because you are subscribed to the Google Groups > "Quicksilver" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/blacktree-quicksilver. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/blacktree-quicksilver. For more options, visit https://groups.google.com/groups/opt_out.
