make the d2k production tab hotkeys configurable

This commit is contained in:
Matthias Mailänder
2015-02-24 07:57:41 +01:00
parent 16ff6e2112
commit 73b4a18e22
3 changed files with 11 additions and 7 deletions

View File

@@ -209,6 +209,8 @@ namespace OpenRA
public Hotkey ProductionTypeVehicleKey = new Hotkey(Keycode.Y, Modifiers.None);
public Hotkey ProductionTypeAircraftKey = new Hotkey(Keycode.U, Modifiers.None);
public Hotkey ProductionTypeNavalKey = new Hotkey(Keycode.I, Modifiers.None);
public Hotkey ProductionTypeTankKey = new Hotkey(Keycode.I, Modifiers.None);
public Hotkey ProductionTypeMerchantKey = new Hotkey(Keycode.O, Modifiers.None);
public Hotkey GetProductionHotkey(int index)
{