You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -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())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user