new hotkey to center your view on the current selection

This commit is contained in:
Matthias Mailänder
2013-03-02 11:53:45 +01:00
parent 336076c248
commit c0a702a386
3 changed files with 21 additions and 7 deletions

View File

@@ -125,7 +125,8 @@ namespace OpenRA.GameRules
public string PauseKey = "f3";
public string CycleBaseKey = "backspace";
public string GotoLastEventKey = "space";
public string ToLastEventKey = "space";
public string ToSelectionKey = "home";
public string SellKey = "v";
public string PowerDownKey = "b";
public string RepairKey = "n";