don't hardcode SHIFT modifier for backwards tab cycle

closes #4144
This commit is contained in:
Matthias Mailänder
2013-12-07 11:44:01 +01:00
parent 28cf6d36f4
commit bcba26a04e
4 changed files with 35 additions and 26 deletions

View File

@@ -257,9 +257,10 @@ namespace OpenRA.Mods.RA.Widgets.Logic
{ "PowerDownKey", "Power-down mode" },
{ "RepairKey", "Repair mode" },
{ "CycleTabsKey", "Cycle production tabs" },
{ "NextProductionTabKey", "Next production tab" },
{ "PreviousProductionTabKey", "Previous production tab" },
{ "ToggleStatusBarsKey", "Toggle status bars" }
{ "ToggleStatusBarsKey", "Toggle status bars" },
};
var unitHotkeys = new Dictionary<string, string>()