Add a Hotkey class for user-configurable keys. Fixes #3779.
Users can now define and use hotkeys that include modifiers (ctrl/meta/shift/alt).
This commit is contained in:
@@ -16,7 +16,6 @@ namespace OpenRA
|
||||
{
|
||||
public enum Keycode
|
||||
{
|
||||
UNDEFINED = -1,
|
||||
UNKNOWN = 0,
|
||||
FIRST = 0,
|
||||
BACKSPACE = 8,
|
||||
|
||||
Reference in New Issue
Block a user