diff --git a/OpenRA.Game/Widgets/DefaultInputControllerWidget.cs b/OpenRA.Game/Widgets/DefaultInputControllerWidget.cs index 560305948e..aff6487804 100644 --- a/OpenRA.Game/Widgets/DefaultInputControllerWidget.cs +++ b/OpenRA.Game/Widgets/DefaultInputControllerWidget.cs @@ -173,7 +173,7 @@ namespace OpenRA.Widgets return true; } - if (e.KeyChar == 08) + if (e.KeyChar == '\b') { GotoNextBase(); return true;