diff --git a/src/core/controller.cpp b/src/core/controller.cpp index 12c83d17..9e01df6b 100644 --- a/src/core/controller.cpp +++ b/src/core/controller.cpp @@ -125,6 +125,7 @@ void Controller::startVisualCapture(const uint id, const QString &forcedSavePath m_captureWindow->showFullScreen(); //m_captureWindow->show(); // Debug #endif + m_captureWindow->grabKeyboard(); } else { emit captureFailed(id); }