[REBOL] Re: Right Mouse Actions
From: antonr:iinet:au at: 24-Dec-2003 12:40
For right-mouse button, event/type = 'alt-down or 'alt-up Copy text to clipboard: write clipboard:// {hello} Copy text from clipboard: text: clipboard:// You could mold binaries to put them in there too. Anton.