diff --git a/README.md b/README.md index 5ab6716d4..2bea2763d 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,8 @@ Congratulations, you are now sailing with the Ship of Harkinian! Have fun! | F6 | Change state | | F7 | Load state | | F9 | Toggle Text-to-Speech (Windows and Mac only) | -| F10 | Fullscreen (OpenGL) | +| F11 | Fullscreen | | Tab | Toggle Alternate assets | -| Alt+Enter | Fullscreen (DirectX) | | Ctrl+R | Reset | ### Graphics Backends diff --git a/soh/soh/SohMenuBar.cpp b/soh/soh/SohMenuBar.cpp index 09b9aacd4..884f1bd1d 100644 --- a/soh/soh/SohMenuBar.cpp +++ b/soh/soh/SohMenuBar.cpp @@ -130,7 +130,7 @@ void DrawShipMenu() { } #if !defined(__SWITCH__) && !defined(__WIIU__) auto backend = LUS::Context::GetInstance()->GetWindow()->GetWindowBackend(); - if (ImGui::MenuItem("Toggle Fullscreen", "F9")) { + if (ImGui::MenuItem("Toggle Fullscreen", "F11")) { LUS::Context::GetInstance()->GetWindow()->ToggleFullscreen(); } if (ImGui::MenuItem("Quit")) {