Hm, maybe it does not like the line breaks.  Instead, open Script
Editor, put those two lines in and save it in ~/Library/Scripts.  Make
sure that Scripts are included in your QS catalogue, rescan to make
sure QS is up to date with the script you just made, and then make a
trigger to find that script and run it.

On Aug 20, 10:48 am, Magnus Johansson <[EMAIL PROTECTED]> wrote:
> Hmmm...
>
> Quicksilver crashes when I make a trigger with that script.
>
> On 19 Aug, 2008, at 1:25, Sesquipedalian wrote:
>
>
>
> > Or better, use
>
> >    tell application "Safari" to activate
> >    tell application "System Events" to keystroke "T" using {command
> > down}
>
> > This will make sure that if there is no Safari window open, one will
> > be made.  The first version I posted only worked if a Safari window
> > already existed.
>
> > On Aug 18, 7:15 pm, Sesquipedalian <[EMAIL PROTECTED]> wrote:
> >> Make a new custom trigger with the text
>
> >>         tell window 1 of application "Safari" to make new tab
>
> >> in the first pane and "Run as Applescript" in the second pane.
>
> >> On Aug 18, 4:03 pm, msson <[EMAIL PROTECTED]> wrote:
>
> >>> Hi.
>
> >>> I'm trying to make a trigger that opens a new tab in Safari but I
> >>> can't get it to work. Any suggestions?
>
> >>> /Magnus

Reply via email to