- From: Hallvord R. M. Steen <notifications@github.com>
- Date: Wed, 22 Jul 2015 09:47:09 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
Received on Wednesday, 22 July 2015 16:48:13 UTC
@magicalhobo do you mean reading from clipboard (as in "pasting data") or writing to clipboard (as in "copy" or "cut") on mouse and keyboard events? The latter should work OK through the ```execCommand('copy')``` mechanism. The former currently needs a paste command triggered through trusted browser UI. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/issues/11#issuecomment-123787645
Received on Wednesday, 22 July 2015 16:48:13 UTC