make backspace 'cycle bases' binding more obvious. not all of us know the whole character set, or care to.
This commit is contained in:
@@ -173,7 +173,7 @@ namespace OpenRA.Widgets
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (e.KeyChar == 08)
|
if (e.KeyChar == '\b')
|
||||||
{
|
{
|
||||||
GotoNextBase();
|
GotoNextBase();
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user