term.js icon indicating copy to clipboard operation
term.js copied to clipboard

Support for key command Ctrl+A+D

Open aadamcik opened this issue 12 years ago • 1 comments

I miss support for Ctrl+A+D, e.g. in screen.

aadamcik avatar Dec 30 '13 10:12 aadamcik

Shortcut Ctrl+A+D works fine for me if screenKeys option is disabled:

    var term = new Terminal({
      cols: 80,
      rows: 24
      // screenKeys: false - it's false by default, so simply removing this key might help
    });

jardak avatar Mar 31 '14 08:03 jardak