On Jul 15, 2010, at 8:51 PM, David Barry wrote:

> Is it possible to open a new window from an already running program
> with quicksilver?  For example, I have a terminal open, but it's in
> another space, and I would like to open a new one quickly in the
> current space, but I haven't been able to find any way to do this with
> quicksilver.  The example is Terminal, but preferably this would work
> with any document based application(Firefox, TextEdit, etc.).

This would probably involve AppleScript, which is not my area, but maybe 
something like this:

    tell application XYZ to hit ⌘N

“XYZ” would be the name of an application that you selected in Quicksilver’s 
first pane. I’m not sure how you would parse that, but I know Quicksilver can 
pass things into an AppleScript.

-- 
Rob McBroom
<http://www.skurfer.com/>

Reply via email to