diff --git a/src/plugins/fakevim/fakevimhandler.cpp b/src/plugins/fakevim/fakevimhandler.cpp index 715e355122e..97393c43fa4 100644 --- a/src/plugins/fakevim/fakevimhandler.cpp +++ b/src/plugins/fakevim/fakevimhandler.cpp @@ -418,7 +418,7 @@ public: bool isReturn() const { - return m_key == Key_Return; + return m_key == Key_Return || m_key == Key_Enter; } bool isEscape() const