Hotkeys: New Input profile swapping hotkey(s) - #14361
Open
Tundrak wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Thank you for submitting a contribution to PCSX2
As this is your first pull request, please be aware of the contributing guidelines.
Additionally, as per recent changes in GitHub Actions, your pull request will need to be approved by a maintainer before GitHub Actions can run against it. You can find more information about this change here.
Please be patient until this happens. In the meantime if you'd like to confirm the builds are passing, you have the option of opening a PR on your own fork, just make sure your fork's master branch is up to date!
Tundrak
force-pushed
the
input-profile-hotkeys
branch
from
May 20, 2026 12:10
bc56e18 to
b79edef
Compare
Contributor
Author
|
Fixed an error that prevented Linux builds from passing, this time I tested them on my fork and they all complete |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description of Changes
Hotkeys: New Input profile swapping hotkey(s)
Two new Hotkeys to cycle the Input profile for a specific game forwards and backwards alphabetically between the Shared input profile and any custom ones. They are contained in a new section called "Input".
Changes get saved in the game settings INI file, so they persist after shutdown and don't override global Shared settings
When the hotkeys are used a notification is displayed with the name of the new Input profile
Rationale behind Changes
Giving a way for users to rapidly change their Input profile without leaving the game window. This helps in games with sections/modes where the commands change wildly and might become uncomfortable to play with the same profile.
Closes #7325
Suggested Testing Steps
Assign a binding to the hotkeys from the Settings menu and then test them on any game (or the Padtest ELF) with any number of Input profiles created
Did you use AI to help find, test, or implement this issue or feature?
No