Change the name of Keycode.UNKNOWN to "Undefined"
This commit is contained in:
committed by
abcdefg30
parent
7dfd91bc39
commit
9783fdaf78
@@ -258,7 +258,7 @@ namespace OpenRA
|
||||
{
|
||||
static readonly Dictionary<Keycode, string> KeyNames = new Dictionary<Keycode, string>
|
||||
{
|
||||
{ Keycode.UNKNOWN, "Unknown" },
|
||||
{ Keycode.UNKNOWN, "Undefined" },
|
||||
{ Keycode.RETURN, "Return" },
|
||||
{ Keycode.ESCAPE, "Escape" },
|
||||
{ Keycode.BACKSPACE, "Backspace" },
|
||||
|
||||
Reference in New Issue
Block a user