Merge pull request #3003 from Mailaender/build-palette-hotkey-modifier

Resolve hotkey conflicts between build palette and world command widget once and for all
This commit is contained in:
Chris Forbes
2013-04-08 15:27:53 -07:00
2 changed files with 6 additions and 5 deletions

View File

@@ -146,9 +146,9 @@ namespace OpenRA.GameRules
public string AttackMoveKey = "a";
public string StopKey = "s";
public string ScatterKey = "d";
public string ScatterKey = "x";
public string DeployKey = "f";
public string StanceCycleKey = "g";
public string StanceCycleKey = "z";
public string CycleTabsKey = "tab";
}