This repository was archived by the owner on Jan 1, 2025. It is now read-only.
Mod Menu Keybind Tweaks #66
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Made pressing 'M' on the main menu open the mods menu.
Fixed Gearbox's broken Page Up/Down scrolling.
Add rudimentary controller support.
Controllers could previously bypass all the checks, continue to the normal function, and try to open the dlc page (which just went to the steam homepage). I've now blocked all of the binds that the function handles from continuing into it so this should never be possible.
All the controller binds are the same as in the original dlc menu, meaning you can now enable/disable mods properly with controller only. I only have a steam controller, it's possible other controllers need their own entries in the key map to work however. As a future extension, it'd be nice if the bind descriptions could update to controller icons if you're using one, and then if there was some way to specify controller alts for
SettingsInputs
binds.