make backspace 'cycle bases' binding more obvious. not all of us know the whole character set, or care to.

This commit is contained in:
Chris Forbes
2010-07-25 21:16:10 +12:00
committed by Paul Chote
parent 882d94a22a
commit 2b890bdb2f

View File

@@ -173,7 +173,7 @@ namespace OpenRA.Widgets
return true;
}
if (e.KeyChar == 08)
if (e.KeyChar == '\b')
{
GotoNextBase();
return true;