build palette hotkeys require ALT modifier to avoid conflicts

changed back the unit action hotkeys scatter / stance cycle
This commit is contained in:
Matthias Mailänder
2013-04-08 09:37:54 +02:00
parent 0cf4c7ccb9
commit 70b40a54be
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";
}