mirror of
https://github.com/libretro/mgba.git
synced 2025-02-22 08:41:45 +00:00
Qt: Fix fullscreen shortcut on Windows
This commit is contained in:
parent
5bae2087fe
commit
df79ee19c3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user