Merge pull request #4147 from Mailaender/cycle-hotkeys

Fixed and improved cycle hotkeys
This commit is contained in:
Paul Chote
2013-12-08 11:15:10 -08:00
7 changed files with 84 additions and 42 deletions

View File

@@ -155,7 +155,9 @@ namespace OpenRA.GameRules
public Hotkey PowerDownKey = new Hotkey(Keycode.F11, Modifiers.None);
public Hotkey RepairKey = new Hotkey(Keycode.F12, Modifiers.None);
public Hotkey CycleTabsKey = new Hotkey(Keycode.TAB, Modifiers.None);
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);