jfree427 Posted January 9, 2021 Share Posted January 9, 2021 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 comment Share on other sites More sharing options...
Your Friendly A.I Overlord Posted January 9, 2021 Share Posted January 9, 2021 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 comment Share on other sites More sharing options...
jfree427 Posted January 9, 2021 Author Share Posted January 9, 2021 Thanks Koroth. Keyboardback did the trick. I had mine set to '21'. Quote Link to comment Share on other sites More sharing options...
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.