Remove hardcoded DevReloadChrome and HideUserInterface hotkeys.

This commit is contained in:
Paul Chote
2017-09-03 15:15:06 +00:00
committed by reaperrr
parent 25e88008ef
commit 983f9c4cde
3 changed files with 2 additions and 37 deletions

View File

@@ -239,8 +239,6 @@ namespace OpenRA
public Hotkey TogglePixelDoubleKey = new Hotkey(Keycode.PERIOD, Modifiers.None);
public Hotkey TogglePlayerStanceColorsKey = new Hotkey(Keycode.COMMA, Modifiers.Ctrl);
public Hotkey DevReloadChromeKey = new Hotkey(Keycode.C, Modifiers.Ctrl | Modifiers.Shift);
public Hotkey HideUserInterfaceKey = new Hotkey(Keycode.H, Modifiers.Ctrl | Modifiers.Shift);
public Hotkey TakeScreenshotKey = new Hotkey(Keycode.P, Modifiers.Ctrl);
public Hotkey ToggleMuteKey = new Hotkey(Keycode.M, Modifiers.None);