diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2019-05-28 22:27:03 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2019-05-29 23:21:09 +0200 |
commit | 2b436dd50e55e32bf09021d3c819339a7fce3e9f (patch) | |
tree | 85cd2c7e47c9ab17a3c51f8ff1541b17c4dde6fe /modules/mbedtls | |
parent | 0f76df23976f31de4d78556d41fdee71996ebd46 (diff) |
Kinda working HTML5 clipboard paste.
Listen to paste events to update local clipboard.
CTRL+V still not working out of the box.
To do that, We would need to change how we handle keypress, most likely
making it worse and less safe. In the end, I'm not sure we can fix it
properly for now. Maybe in the future, with the Clipboard API, support
of which is still pretty limited on chrome, and only available to
extensions in Firefox.
For now, you can paste via:
- Browser bar -> Edit -> Paste.
- Middle mouse click (Linux only, copies secondary clipboard).
And THEN press CTRL+V
Diffstat (limited to 'modules/mbedtls')
0 files changed, 0 insertions, 0 deletions