codefrau / SqueakJS

A Squeak Smalltalk VM in Javascript
https://squeak.js.org
MIT License
365 stars 75 forks source link

Feature Request: Implement clipboard plugin #110

Closed LinqLover closed 3 years ago

LinqLover commented 3 years ago

It would be nice to exchange at least text between a SqueakJS image and the host system. ATM, this appears not to be supported.

codefrau commented 3 years ago

It works fine on Chrome. Other browsers don’t work quite as well, that’s bug #74. It would be great if someone could look into that :)

codefrau commented 3 years ago

If you are on Chrome and Cmd-C/V (Mac) or Ctrl-C/V (Win/Linux) are not working, please re-open, and give it a better title :)

LinqLover commented 3 years ago

I'm quite sure it did not work earlier, but at the moment, it is fine. Will reopen if I succeed to reproduce the issue. :-)