Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Print Screen

 [1/7] from: ptretter:charter at: 29-Jun-2001 16:22


Anyone know how to activate the print screen key with REBOL? Paul Tretter

 [2/7] from: petr:krenzelok:trz:cz at: 29-Jun-2001 23:59


----- Original Message ----- From: "Paul Tretter" <[ptretter--charter--net]> To: <[rebol-list--rebol--com]> Sent: Friday, June 29, 2001 11:22 PM Subject: [REBOL] Print Screen
> Anyone know how to activate the print screen key with REBOL?
In Windows, print screen "prints" to clipboard. If you wish to snap only your rebol app screen, try Alt+printscreen. Then paste to some gfx editor to see the results ... Cheers, -pekr-

 [3/7] from: philb:upnaway at: 30-Jun-2001 9:34


Anyone know how to activate the print screen key with REBOL? Paul Tretter

 [4/7] from: ptretter:charter at: 29-Jun-2001 20:36


No I want to send something to clipboard from within REBOL.

 [5/7] from: brett:codeconscious at: 30-Jun-2001 11:54


write clipboard:// {something} How does that relate to the print screen key? Or do you mean you want Rebol to initiate the print screen key programmatically? Brett.

 [6/7] from: ptretter:charter at: 30-Jun-2001 11:28


For example if I want to capture just the window on a screen or the entire screen programmatically. Such as Ascii code or something for generating print screen or alt + print screen. Paul Tretter

 [7/7] from: ptretter:charter at: 1-Jul-2001 13:57


Does REBOL support an ascii code for print screen key? Paul Tretter