diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Docking/TabCommands.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Docking/TabCommands.cpp index b6c819706a27..698e4f7aab96 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Docking/TabCommands.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Docking/TabCommands.cpp @@ -6,7 +6,7 @@ void FTabCommands::RegisterCommands() { - UI_COMMAND(CloseMajorTab, "Close Major Tab", "Closes the focused major tab", EUserInterfaceActionType::Button, FInputChord(EModifierKey::Control, EKeys::F4)) + UI_COMMAND(CloseMajorTab, "Close Major Tab", "Closes the focused major tab", EUserInterfaceActionType::Button, FInputChord(EModifierKey::Control, EKeys::W)) UI_COMMAND(CloseMinorTab, "Close Minor Tab", "Closes the current window's active minor tab", EUserInterfaceActionType::Button, FInputChord()) }