jfree427 1 Posted January 9 Share 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 Link to post Share on other sites
Koroth 46 Posted January 9 Share 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 Link to post Share on other sites
jfree427 1 Posted January 9 Author Share Posted January 9 Thanks Koroth. Keyboardback did the trick. I had mine set to '21'. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.