We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a44d3 commit 4afc172Copy full SHA for 4afc172
1 file changed
src/robotide/editor/kweditor.py
@@ -470,6 +470,9 @@ def _col_label_left_click(self, event):
470
self.SelectCol(event.Col, addToSelected=False)
471
self.SetGridCursor(0, event.Col)
472
473
+ def on_move_cursor_down(self, event=None):
474
+ self._move_cursor_down(event)
475
+
476
def on_insert_rows(self, event):
477
self._execute(add_rows(self.selection.rows()))
478
self.ClearSelection()
0 commit comments