From 795ce4dfca753d0f2d937faa1347a20ca4cab1d8 Mon Sep 17 00:00:00 2001 From: nvsickle Date: Wed, 21 Apr 2021 17:43:22 -0700 Subject: [PATCH] Revert accidental change --- Code/Sandbox/Editor/MainWindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Code/Sandbox/Editor/MainWindow.cpp b/Code/Sandbox/Editor/MainWindow.cpp index 1925bb0861..902b04f266 100644 --- a/Code/Sandbox/Editor/MainWindow.cpp +++ b/Code/Sandbox/Editor/MainWindow.cpp @@ -1234,6 +1234,7 @@ void MainWindow::InitActions() // View actions am->AddAction(ID_VIEW_OPENVIEWPANE, tr("Open View Pane")); am->AddAction(ID_VIEW_CONSOLEWINDOW, tr(LyViewPane::ConsoleMenuName)) + .SetShortcut(tr("^")) .SetReserved() .SetStatusTip(tr("Show or hide the console window")) .SetCheckable(true)