I did a simple hack and made it so that pressing Shift-Option-D dials whatever is in the clipboard.
Here's the applescript: *try* *set* theText *to* *the clipboard* as *Unicode text* *delay* 0.2 *do shell script* "open pushdialer://" & theText *end* *try* I called that Applescript "OF dial clipboard number", and then just set a trigger for Shift-Option-D to invoke that Applescript. Good enough ;-) As Larry Wall would say, "There's more than one way to do it!" -- 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.
