mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-30 13:49:48 +00:00
Prevent alt+tab from stealing keyboard (#133)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user