jfree427 0 Posted January 9 It has been several months since I've needed to make changes to BigBox. Somehow I must have disabled the 'back' button to avoid someone getting into my config by mistake. I can't seem to figure out how to re-enable it. My settings.xml shows it mapped as '2'. However, hitting two (or any button) has no effect. <ControllerContextMenuButton>2</ControllerContextMenuButton Can anyone help? Thanks. Quote Share this post Link to post Share on other sites
Koroth 21 Posted January 9 In BigBoxSettings.xml : <KeyboardBack>2</KeyboardBack> = Back(space) or in InputBindings.xml : <InputBinding> <InputAction>BigBoxBack</InputAction> <ControllerHoldBinding>None</ControllerHoldBinding> <ControllerBinding>Button2</ControllerBinding> </InputBinding> = Controller button B (Xinput) Quote Share this post Link to post Share on other sites
jfree427 0 Posted January 9 Thanks Koroth. Keyboardback did the trick. I had mine set to '21'. Quote Share this post Link to post Share on other sites