added a new hotkey to trigger pixel doubling

closes #5122
This commit is contained in:
Matthias Mailänder
2014-04-18 17:49:55 +02:00
parent 657141bce0
commit 9c483a912e
3 changed files with 14 additions and 1 deletions

View File

@@ -169,6 +169,8 @@ namespace OpenRA
public Hotkey ObserverCombinedView = new Hotkey(Keycode.MINUS, Modifiers.None);
public Hotkey ObserverWorldView = new Hotkey(Keycode.EQUALS, Modifiers.None);
public Hotkey TogglePixelDoubleKey = new Hotkey(Keycode.PERIOD, Modifiers.None);
}
public class IrcSettings