Clipboard
#5350
Replies: 1 comment 1 reply
-
Why not add this functionality out of the box? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the following class to manage the terminal:
As you can see, to make copy/paste work, I had to use
attachCustomKeyEventHandler
.Do I understand correctly that using
@xterm/addon-clipboard
won't change anything in my code, and I'll still need to use this hack? Is this addon only necessary for performing some transformations on data going to/from the buffer?Beta Was this translation helpful? Give feedback.
All reactions