add a hotkey to hide the UI widgets

This commit is contained in:
Matthias Mailänder
2015-06-28 15:48:45 +02:00
parent 9d6a5d626f
commit 5c0c300c53
3 changed files with 10 additions and 0 deletions

View File

@@ -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" }
};