Open
Description
Trying to copy/paste in safari using cmd + c / cmd + v on latest Safari and term.js (v0.0.7
) doesn't work.
copy
The keypress handler swallows cmd + c, and doesn't let the browser do its thing.
paste
Paste events are tricky in Safari - you need some kind of input element or contenteditable target for the paste
event to fire. Traditional workarounds include catching a keydown for cmd + v and quickly focusing an editable element and catching paste on that.
Metadata
Metadata
Assignees
Labels
No labels