Recent content by peynman

  1. P

    [MOD] Add paste clipboard to noVNC

    I have made a newer version with enter key enabled: just replace /usr/share/novnc-pve/app.js first part in @tcicy answer with this: sendPaste () { navigator.clipboard.readText() .then(t => { if (t) { t = t.split(""); while (t.length) { var...