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