Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy and pasting does not work #50

Closed
catruge opened this issue Mar 14, 2021 · 2 comments
Closed

Copy and pasting does not work #50

catruge opened this issue Mar 14, 2021 · 2 comments

Comments

@catruge
Copy link
Collaborator

catruge commented Mar 14, 2021

Hello. On Windows and Linux, copy and pasting doesn't work. I suspect this is because the ctrl key plus c or v is prevented when a Text instances return true from onkeydown:

if (rtv.keys.ctrl) {
  this.properties[rtv.frame] = transform_props(
    key,
    this.properties[rtv.frame],
  );
  return true;
}
@catruge
Copy link
Collaborator Author

catruge commented Mar 14, 2021

Hi. I got the clipboard fixed in #51.

@JonComo
Copy link
Owner

JonComo commented Mar 16, 2021

Will close this once we get it merged, thanks!

@catruge catruge closed this as completed Mar 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants