parent
408f450286
commit
c84b3c4b73
@ -523,6 +523,9 @@ Interface.prototype._ttyWrite = function(s, key) {
|
||||
var next_word, next_non_word, previous_word, previous_non_word;
|
||||
key = key || {};
|
||||
|
||||
// Ignore escape key - Fixes #2876
|
||||
if (key.name == 'escape') return;
|
||||
|
||||
if (key.ctrl && key.shift) {
|
||||
/* Control and shift pressed */
|
||||
switch (key.name) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user