diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 59541a3182..038180a60d 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -3634,7 +3634,7 @@ void Application::keyPressEvent(QKeyEvent* event) { } else { showCursor(Cursor::Icon::DEFAULT); } - } else { + } else if (!event->isAutoRepeat()){ resetSensors(true); } break;