diff --git a/src/platform/qt/Window.cpp b/src/platform/qt/Window.cpp index b00803735..f58003ba7 100644 --- a/src/platform/qt/Window.cpp +++ b/src/platform/qt/Window.cpp @@ -857,7 +857,7 @@ void Window::setupMenu(QMenuBar* menubar) { } QKeySequence fullscreenKeys; #ifdef Q_OS_WIN - fullscreenKeys = QKeySequence("Alt+Enter"); + fullscreenKeys = QKeySequence("Alt+Return"); #else fullscreenKeys = QKeySequence("Ctrl+F"); #endif