diff --git a/src/plugins/texteditor/completionwidget.cpp b/src/plugins/texteditor/completionwidget.cpp
index 3fc70927ae8528a67c560aef923d0f39a10019d1..5575d9ad45da64441974f32e17d0f6c2a3a2df34 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: