added a new hotkey to trigger pixel doubling

closes #5122
This commit is contained in:
Matthias Mailänder
2014-04-18 17:49:55 +02:00
parent 657141bce0
commit 9c483a912e
3 changed files with 14 additions and 1 deletions

View File

@@ -271,6 +271,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
{ "CycleProductionBuildingsKey", "Cycle production facilities" },
{ "ToggleStatusBarsKey", "Toggle status bars" },
{ "TogglePixelDoubleKey", "Toggle pixel doubling" },
};
var unitHotkeys = new Dictionary<string, string>()