Browse Source

ctrl-v will do paste #24

pull/31/head
Krishna Srinivas 10 years ago
parent
commit
6663504f0d
  1. 1
      public/wetty/wetty.js

1
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));

Loading…
Cancel
Save