also, remember that to you use it, you must type some text in
Quicksilver's first pane and then run the script from second pane. But
since you don't want the text from first pane to display is in large
type, its best to use

tell application "Quicksilver" to show large type (the clipboard as
text)
directly from the first pane

On Oct 27, 6:27 am, AppleScript <[email protected]> wrote:
> try this first from your script editor:
> tell application "Quicksilver" to show large type (the clipboard as
> text)
> if it works then try this from Quicksilver:
> using terms from application "Quicksilver"
>         on process text thetext
> show large type (the clipboard as
> text)
>         end process text
> end using terms from
> --you need not use "tell" when u use "using terms from"
> On Oct 27, 4:49 am, Jo_y <[email protected]> wrote:
>
> > --ShowIt
>
> > using terms from application "Quicksilver"
> >         on process text thetext
> > tell application "Quicksilver" to show large type (the clipboard as
> > text)
> >         end process text
> > end using terms from
>
> > i've no fortune with this script..quicksilver doesn't recognize my
> > script in path:/Users/myname/Library/Application Support/Quicksilver/
> > Actions/

Reply via email to