Change the "Close Major Tab" shortcut to Ctrl+W

#jira UE-134962
#rb trivial
#preflight 61bb594abd7d5fe54ec57d8e

[CL 18475878 by aditya ravichandran in ue5-main branch]
This commit is contained in:
aditya ravichandran
2021-12-16 10:38:48 -05:00
parent 3a86b80a3a
commit abcf9eaa1b

View File

@@ -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())
}