summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/plugins/texteditor/completionwidget.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/texteditor/completionwidget.cpp b/src/plugins/texteditor/completionwidget.cpp
index 3fc70927ae..5575d9ad45 100644
--- a/src/plugins/texteditor/completionwidget.cpp
+++ b/src/plugins/texteditor/completionwidget.cpp
@@ -368,6 +368,9 @@ bool CompletionListView::event(QEvent *e)
case Qt::Key_Right:
case Qt::Key_Left:
+ case Qt::Key_Home:
+ case Qt::Key_End:
+ // We want these navigation keys to work in the editor, so forward them
break;
case Qt::Key_Tab: