add a hotkey to hide the UI widgets
This commit is contained in:
@@ -466,6 +466,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
var hotkeys = new Dictionary<string, string>()
|
||||
{
|
||||
{ "DevReloadChromeKey", "Reload Chrome" },
|
||||
{ "HideUserInterfaceKey", "Hide UI" },
|
||||
{ "TakeScreenshotKey", "Take screenshot" }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user