On Thursday, December 12, 2013 4:51:42 PM UTC+1, Tim Visher wrote: > Is it possible to execute a web search in a background tab? >
If you mean to perform a general web search with your default search engine use the following applescript action, uncomment to run it in a new background tab a/o to activate Safari. I don't know if you could make both alternatives of each other, maybe the devs can chime in. *using terms from* *application* "Quıcĸsıɩⅴεʀ" *on* *process text* theText *tell* *application* "Safari" --activate --tell first window to make new tab *search the web* for theText --in last tab of first window *end* *tell* *end* *process text* *end* *using terms from* -- 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.
