From: DL on 2 May 2010 11:07 Is there a way to trigger/minik the screen capture combo of "Ctrl + Alt + Print Scrn" keys with a javascript call something and export the result to an image file?
From: Ry Nohryb on 2 May 2010 14:33 On May 2, 5:07 pm, DL <tatata9...(a)gmail.com> wrote: > Is there a way to trigger/minik the screen capture combo of "Ctrl + > Alt + Print Scrn" keys with a javascript call something and export the > result to an image file? Yes, there's a way. -- Jorge.
From: DL on 2 May 2010 17:56 On May 2, 2:33 pm, Ry Nohryb <jo...(a)jorgechamorro.com> wrote: > On May 2, 5:07 pm, DL <tatata9...(a)gmail.com> wrote: > > > Is there a way to trigger/minik the screen capture combo of "Ctrl + > > Alt + Print Scrn" keys with a javascript call something and export the > > result to an image file? > > Yes, there's a way. > -- > Jorge. How? Jorge. Thanks. Don
From: Ry Nohryb on 3 May 2010 08:18 On May 2, 11:56 pm, DL <tatata9...(a)gmail.com> wrote: > On May 2, 2:33 pm, Ry Nohryb <jo...(a)jorgechamorro.com> wrote: > > > On May 2, 5:07 pm, DL <tatata9...(a)gmail.com> wrote: > > > > Is there a way to trigger/minik the screen capture combo of "Ctrl + > > > Alt + Print Scrn" keys with a javascript call something and export the > > > result to an image file? > > > Yes, there's a way. > > -- > > Jorge. > > How? Jorge. Attach a protocol to the app that captures your screen to a file. Launch it with <a href="yourProtocol:whatever">TAKE A PHOTO OF THE SCREEN</a>. -- Jorge.
From: SAM on 7 May 2010 10:04
Le 5/3/10 2:18 PM, Ry Nohryb a �crit : > On May 2, 11:56 pm, DL <tatata9...(a)gmail.com> wrote: >> On May 2, 2:33 pm, Ry Nohryb <jo...(a)jorgechamorro.com> wrote: >> >>> On May 2, 5:07 pm, DL <tatata9...(a)gmail.com> wrote: >>>> Is there a way to trigger/minik the screen capture combo of "Ctrl + >>>> Alt + Print Scrn" keys with a javascript call something and export the >>>> result to an image file? >>> Yes, there's a way. >>> -- >>> Jorge. >> How? Jorge. > > Attach a protocol to the app that captures your screen to a file. > Launch it with <a href="yourProtocol:whatever">TAKE A PHOTO OF THE > SCREEN</a>. How do I do that with Mac OS X ? (by curiousity) -- sm |