Rebindable menu + move menu to default F10 (#15287)

* Rebindable menu + move menu to default f11

* Moved to F10

* Specify which menu gets toggled by the EscapeMenu button

---------

Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
This commit is contained in:
Skye
2023-04-10 20:40:07 -07:00
committed by GitHub
parent 528a03005f
commit 405ea8ae49
3 changed files with 3 additions and 1 deletions

View File

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