Ah, I think I figured it out. Putting a small delay into the script before the pasting part solves it -- unless I don't release the modifier keys of the hotkey fast enough. I think the issue is that the modifier keys were still pressed when Apple Script issued the Command-V command, in which case it actually wasn't Command-V. Now, shouldn't "On Release" in the trigger settings solve this issue? Because it doesn't seem to make a difference...
Alex On Wed, Feb 20, 2013 at 11:02 AM, Rob McBroom <[email protected]>wrote: > On Feb 20, 2013, at 1:25 PM, Alex Weiss <[email protected]> wrote: > > > The trigger uses an AppleScript file. I didn't even know about the other > way. Will try ASAP. > > Either way should work, but I would expect using a file to be the more > reliable of the two. I thought maybe you were doing the other, which is why > I asked. > > -- > 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 > http://groups.google.com/group/blacktree-quicksilver?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
