Show More
@@ -130,6 +130,7 b' var IPython = (function (IPython) {' | |||
|
130 | 130 | } else if (event.which === key.ESC) { |
|
131 | 131 | // Intercept escape at highest level to avoid closing |
|
132 | 132 | // websocket connection with firefox |
|
133 | that.element.trigger('collapse_pager'); | |
|
133 | 134 | event.preventDefault(); |
|
134 | 135 | } else if (event.which === key.SHIFT) { |
|
135 | 136 | // ignore shift keydown |
General Comments 0
You need to be logged in to leave comments.
Login now