On Thursday, May 21, 2015 at 10:36:15 PM UTC+2, Etienne wrote:
>
> I'd say file an issue, though I think it's duplicated already ;-).
>

This applescript enabled only in QS as a trigger could be a workaround

-- QS app focus is tricky, script needs better error handling a/o QS 
notification
tell application "Quıcĸsıɩⅴεʀ"
    activate
    set theFiles to selection
end tell
tell application "Finder"
    try
        move theFiles to trash
    end try
end tell

But I couldn't set ⌘⌫ as a shortcut for QS only. Is it a bug? 

-- 
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 blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.

Reply via email to