Change status bar hotkeys to match C&C3.

This commit is contained in:
Paul Chote
2014-08-02 19:50:55 +12:00
parent 8b5fd454df
commit 5d90b2016f

View File

@@ -163,7 +163,7 @@ namespace OpenRA
public Hotkey PreviousProductionTabKey = new Hotkey(Keycode.PAGEUP, Modifiers.None);
public Hotkey CycleProductionBuildingsKey = new Hotkey(Keycode.TAB, Modifiers.None);
public Hotkey ToggleStatusBarsKey = new Hotkey(Keycode.INSERT, Modifiers.None);
public Hotkey ToggleStatusBarsKey = new Hotkey(Keycode.BACKQUOTE, Modifiers.Ctrl | Modifiers.Shift);
public Hotkey AttackMoveKey = new Hotkey(Keycode.A, Modifiers.None);
public Hotkey StopKey = new Hotkey(Keycode.S, Modifiers.None);