added a new hotkey to cycle production buildings except conyards

This commit is contained in:
Matthias Mailänder
2013-12-07 11:56:05 +01:00
parent 316161a3e0
commit b72ea8c227
3 changed files with 29 additions and 0 deletions

View File

@@ -157,6 +157,7 @@ namespace OpenRA.GameRules
public Hotkey NextProductionTabKey = new Hotkey(Keycode.PAGEDOWN, Modifiers.None);
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);