Show More
@@ -1302,9 +1302,9 b' class ConsoleWidget(Configurable, QtGui.QWidget):' | |||||
1302 | intercepted = (not self._in_buffer(anchor) or |
|
1302 | intercepted = (not self._in_buffer(anchor) or | |
1303 | not self._in_buffer(position)) |
|
1303 | not self._in_buffer(position)) | |
1304 |
|
1304 | |||
1305 |
# Don't move the cursor if |
|
1305 | # Don't move the cursor if Control/Cmd is pressed to allow copy-paste | |
1306 | # the keyboard in any part of the buffer. |
|
1306 | # using the keyboard in any part of the buffer. | |
1307 | if not ctrl_down: |
|
1307 | if not self._control_key_down(event.modifiers(), include_command=True): | |
1308 | self._keep_cursor_in_buffer() |
|
1308 | self._keep_cursor_in_buffer() | |
1309 |
|
1309 | |||
1310 | return intercepted |
|
1310 | return intercepted |
General Comments 0
You need to be logged in to leave comments.
Login now