diff --git a/sources/qetmainwindow.cpp b/sources/qetmainwindow.cpp index 149183a23..db20a1a93 100644 --- a/sources/qetmainwindow.cpp +++ b/sources/qetmainwindow.cpp @@ -221,7 +221,7 @@ void QETMainWindow::updateFullScreenAction() fullscreen_action_ -> setIcon(QET::Icons::FullScreenEnter); fullscreen_action_ -> setStatusTip(tr("Affiche QElectroTech en mode plein écran", "status bar tip")); } - fullscreen_action_ -> setShortcut(QKeySequence(tr("Ctrl+Shift+F"))); + fullscreen_action_ -> setShortcut(Qt::CTRL | Qt::SHIFT | Qt::Key_F); } /**