Save this as an Applescript, and add it to your login items. Change
the delay if necessary. If you don't use Ctrl-Space to trigger QS's
command window, modify the key code line to suit.
tell application "System Events"
set bool to 0
repeat while bool is 0
set bool to count of (every application process ¬
whose name is "Quicksilver")
end repeat
delay 5 --seconds to wait
key code 49 using {control down} --Ctrl-Space
end tell
On Nov 26, 10:46 am, Howard Melman <[EMAIL PROTECTED]> wrote:
> You could probably write a script to call the command line tool qs at
> login but is hitting control-space so difficult?
>
> Howard
>
> On Nov 25, 2008, at 7:36 PM, William wrote:
>
> > I've searched (honest) but I can't seem to find anything like what I'm
> > trying to do.
>
> > What I'd like to happen is that every time I login to my computer the
> > Quicksilver "pop-up" search box appear.
>
> > Is this possible and if so how?
>
> > Thanks,
>
> > William