mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #3098] [MERGED] Qt: If duplicate unique inputs found, show which buttons have duplicates #3224
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3224
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/3098
Author: @rainmakerv3
Created: 6/14/2025
Status: ✅ Merged
Merged: 6/15/2025
Merged by: @georgemoralis
Base:
main← Head:KBM-conflict📝 Commits (4)
65227f8If duplicate unique inputs found, show which buttons have duplicatesb2ff918remove duplicate button from lista0a439ccleanup3b76976Set clang-format off for long translatable string📊 Changes
1 file changed (+27 additions, -10 deletions)
View changed files
📝
src/qt_gui/kbm_gui.cpp(+27 -10)📄 Description
The KBM GUI does not allow the same unique input to be used for multiple outputs (this breaks the input engine). However, currently it does not show which particular inputs have duplicate mappings so the user may have a difficult time trying to find them.
This PR, upon detecting duplicate inputs, gets the button names and duplicate input strings and displays them in the corresponding error message:
Also removes a duplicated entry in the buttons QList
PR:

Main:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.