@ -101,7 +101,8 @@ void DownloadManager::resizeEvent(QResizeEvent* e)
void DownloadManager::keyPressEvent(QKeyEvent* e)
{
if (e->key() == Qt::Key_Escape) {
if (e->key() == Qt::Key_Escape
|| (e->key() == Qt::Key_W && e->modifiers() == Qt::ControlModifier)) {
close();
}
@ -163,7 +163,8 @@ void BrowsingLibrary::closeEvent(QCloseEvent* e)
void BrowsingLibrary::keyPressEvent(QKeyEvent* e)