Change the name of Keycode.UNKNOWN to "Undefined"

This commit is contained in:
Ivaylo Draganov
2019-05-10 20:57:32 +03:00
committed by abcdefg30
parent 7dfd91bc39
commit 9783fdaf78

View File

@@ -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" },