os-js / osjs-xterm-application

OS.js Xterm Application
https://manual.os-js.org/v3/
Other
18 stars 14 forks source link

Copy/Paste does not work propertly #9

Closed mikeblackstock closed 5 years ago

mikeblackstock commented 5 years ago

Seems like copy/paste does not work as intended, at least on certain platforms.

Original message

FN-CTRL-RETURN to copy xterm text and FN-SHIFT-RETURN to paste works but when 'the pressure is on' it usually gets fouled up. Plus chromebooks don't have an FN key :(

andersevenrud commented 5 years ago

Thanks. I've updated the description and title of this issue, FYI :)

andersevenrud commented 5 years ago

Added a contextmenu that adds support for this. Should work in pretty much any modern browser.

Using this to get browser support: https://github.com/lgarron/clipboard-polyfill