On 10 Feb 2016, at 15:06, Jon Stovell wrote:

The best and easiest way to do that would be to create an AppleScript to
carry out that sequence of commands, and then set up a trigger in
Quicksilver to run the script.

There’s probably a more straightforward way to do this in AppleScript. This is completely made up, but something like

set address to URL of current tab
close current tab
switch to window with id X
open new tab with address

And another tip: For any AppleScript trigger that “presses” keys, make sure to configure it to run “On Release” instead of the default “On Press”. Otherwise, you might still be holding physical modifier keys as the script starts “typing”.

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

--
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 https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.

Reply via email to