UI: Close window hotkeys (#15227)

This commit is contained in:
Skye
2023-04-08 19:19:32 -07:00
committed by GitHub
parent a5940483d2
commit af34c497c2
5 changed files with 169 additions and 2 deletions

View File

@@ -145,6 +145,8 @@ namespace Content.Client.Options.UI.Tabs
AddButton(ContentKeyFunctions.OpenTileSpawnWindow);
AddButton(ContentKeyFunctions.OpenDecalSpawnWindow);
AddButton(ContentKeyFunctions.OpenAdminMenu);
AddButton(EngineKeyFunctions.WindowCloseAll);
AddButton(EngineKeyFunctions.WindowCloseRecent);
AddHeader("ui-options-header-misc");
AddButton(ContentKeyFunctions.TakeScreenshot);