diff --git a/src/UserInterfaceManager.cpp b/src/UserInterfaceManager.cpp index 2f095c1..996b4ab 100644 --- a/src/UserInterfaceManager.cpp +++ b/src/UserInterfaceManager.cpp @@ -268,6 +268,9 @@ void UserInterface::handleKeyboard() if ( TryClose() ) Rendering::manager().close(); } + else if (ImGui::IsKeyPressed( Control::layoutKey(GLFW_KEY_F), false )) { + Rendering::manager().mainWindow().toggleFullscreen(); + } else if (ImGui::IsKeyPressed( Control::layoutKey(GLFW_KEY_O), false )) { // SHIFT + CTRL + O : reopen current session if (shift_modifier_active && !Mixer::manager().session()->filename().empty())