Re: [clipboard-apis] Access to system clipboard on user interaction (#11)

@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