Show More
@@ -1228,7 +1228,7 b' class ConsoleWidget(Configurable, QtGui.QWidget):' | |||||
1228 | # position is still valid due to text truncation). |
|
1228 | # position is still valid due to text truncation). | |
1229 | if not (self._control_key_down(event.modifiers(), include_command=True) |
|
1229 | if not (self._control_key_down(event.modifiers(), include_command=True) | |
1230 | or key in (QtCore.Qt.Key_PageUp, QtCore.Qt.Key_PageDown) |
|
1230 | or key in (QtCore.Qt.Key_PageUp, QtCore.Qt.Key_PageDown) | |
1231 | or self._executing): |
|
1231 | or (self._executing and not self._reading)): | |
1232 | self._keep_cursor_in_buffer() |
|
1232 | self._keep_cursor_in_buffer() | |
1233 |
|
1233 | |||
1234 | return intercepted |
|
1234 | return intercepted |
General Comments 0
You need to be logged in to leave comments.
Login now