That's a much neater way of doing it....thanks. On Tuesday, October 7, 2014 9:39:35 PM UTC+11, Timmy wrote: > > Hmmmm… > > That said, wouldn’t it be easier simply to disable the normal command to > take a screen shot and create an application shortcut in Apple’s Keyboard > pref pane (which is what I’ve done… > > > > On 6 Oct 2014, at 23:12, Jon Stovell <[email protected] <javascript:>> > wrote: > > This bit of AppleScript would probably do the job: > > tell application "Skitch" to activate > delay 1 > tell application "System Events" to keystroke "5" using {command down, > shift down} > > > The second line inserts a one second delay in order to give the > application a second to start up before sending the keystroke. You can > adjust that as necessary. > > > On Sunday, October 5, 2014 10:30:05 PM UTC-6, CS wrote: >> >> Hi, >> >> I am trying to automate the Skitch action for a 'Crosshair Screenshot'. >> Is anyone aware of a plugin created for Skitch, or how I can script the >> following for a trigger? >> >> Open Skitch.app and then immediately send 'SHIFT-COMMAND-5' to Skitch >> >> Thanks, >> CS. >> > > -- > 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] <javascript:>. > To post to this group, send email to [email protected] > <javascript:>. > Visit this group at http://groups.google.com/group/blacktree-quicksilver. > For more options, visit https://groups.google.com/d/optout. > > >
-- 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/d/optout.
