|
|
|
|
@ -92,6 +92,9 @@ var IPython = (function (IPython) {
|
|
|
|
|
} else {
|
|
|
|
|
return true;
|
|
|
|
|
};
|
|
|
|
|
} else if (event.which === key.ESC) {
|
|
|
|
|
IPython.tooltip.remove_and_cancel_tooltip(true);
|
|
|
|
|
return true;
|
|
|
|
|
} else if (event.which === key.DOWNARROW && event.type === 'keydown') {
|
|
|
|
|
// If we are not at the bottom, let CM handle the down arrow and
|
|
|
|
|
// prevent the global keydown handler from handling it.
|
|
|
|
|
|