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