On Friday, July 19, 2013 4:43:02 PM UTC+2, 1.61803 wrote:
>
> Try this 
> applescript<https://groups.google.com/forum/#!topic/blacktree-quicksilver/EymwrW4cc9Y>
>  (I 
> haven't).
>
 
The script I linked to in my previous post doesn't work for me.

I tried different shell and applescript commands. This script works with 
non-fullscreen apps in a Desktop space and with fullscreen apps that don't 
transition to a new space like Mail, but not with fullscreen apps that 
transition to a new space like Console, nor from a fullscreen app space. I 
guess it's an OS behaviour. The action works with files and folders alike.

*using terms from* *application* "Quıcĸsıɩⅴεʀ"

 *on* *get direct types*

 *return* {"NSFilenamesPboardType"}

 *end* *get direct types*

 *on* *open* direct_objects

 *repeat* *with* i *from* 1 *to* *count* direct_objects

*do shell script* "open -g " & quoted form *of* POSIX path *of* (*item* i *
of* direct_objects)

*end* *repeat*

 *end* *open*

 *end* *using terms from*

I tested it as trigger Quicksilver Selection ⇥ Open in Background scoped to 
Quicksilver and hotkey ⌥↩

A dev could tell if a proper obj-c action is feasible for you to eventually 
file a feature request.

-- 
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to