1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Add another key shortcut for reload action

Closes #2290
This commit is contained in:
David Rosca 2017-04-03 15:34:44 +02:00
parent 281919fc4d
commit f961958989

View File

@ -1128,6 +1128,7 @@ void BrowserWindow::keyPressEvent(QKeyEvent* event)
}
break;
case Qt::Key_Reload:
case Qt::Key_Refresh:
if (view) {
view->reload();