Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core/HotkeyManager: Fix group names in config #8655

Merged
merged 2 commits into from
Mar 18, 2020

Conversation

Techjar
Copy link
Contributor

@Techjar Techjar commented Feb 29, 2020

For some reason every button group was shoved into the same config group called "Keys" which caused buggy behavior once someone tried to have hotkeys with the same name in different groups. This fixes that, and converts existing configs to the new group names so they don't get reset.

@Techjar Techjar force-pushed the fix-hotkey-groups branch from a48bd39 to 6d83057 Compare March 1, 2020 22:28
Copy link
Contributor

@iwubcode iwubcode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than one minor comment LGTM. I confirmed the conversion works as expected and new bound keys are also correct.

For some reason every button group was shoved into the same config
group called "Keys" which caused buggy behavior once someone tried to
have hotkeys with the same name in different groups. This fixes that,
and converts existing configs to the new group names so they don't get
reset.
@Techjar Techjar force-pushed the fix-hotkey-groups branch from 6d83057 to ae0c918 Compare March 17, 2020 09:42
@leoetlino leoetlino merged commit 4711b76 into dolphin-emu:master Mar 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

5 participants