diff --git a/public/wetty/wetty.js b/public/wetty/wetty.js index 964d640..fffb616 100644 --- a/public/wetty/wetty.js +++ b/public/wetty/wetty.js @@ -40,6 +40,7 @@ ws.onopen = function() { term.setCursorPosition(0, 0); term.setCursorVisible(true); term.prefs_.set('ctrl-c-copy', true); + term.prefs_.set('ctrl-v-paste', true); term.prefs_.set('use-default-window-copy', true); term.runCommandClass(Wetty, document.location.hash.substr(1));