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

[REBOL] Clipboard Automation

From: rebolforces::gmail::com at: 13-Dec-2004 15:10

For clipboard automation, I need to monitor the Windoze clipboard / keyboard activity such that after a user types ctlr+v, I put the next item (from a block) onto the clipboard. Problem is, Rebol won't be the target for the pasting activity, so how can I detect the key event from rebol? (I will be using rebol/command) Cheers, Allen K