mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #2778] [MERGED] multikey for kbm_gui #2974
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#2974
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/2778
Author: @tlarok
Created: 4/13/2025
Status: ✅ Merged
Merged: 4/23/2025
Merged by: @georgemoralis
Base:
main← Head:multikey📝 Commits (10+)
d3d150aUpdate kbm_gui.cpp1a99e83Update kbm_gui.cppa63c4e0Merge branch 'shadps4-emu:main' into main9323822Update kbm_gui.h9a038e8Update kbm_gui.cpp83a996eMerge branch 'shadps4-emu:main' into main5be2c56lunix testbe91127linux test2de561eUpdate kbm_gui.h000e7cbUpdate kbm_gui.cpp📊 Changes
2 files changed (+169 additions, -121 deletions)
View changed files
📝
src/qt_gui/kbm_gui.cpp(+152 -121)📝
src/qt_gui/kbm_gui.h(+17 -0)📄 Description
decided to make code which adds basic multi-key support for kbm_gui.
Changes
EventFilter blocks extra key bindings if isAutoRepeat is true or if 3 keys are already registered.
Replaced all SetMapping() calls in EventFilter() with pressedKeys.insert() to track active keys.
Changed regular checks in CheckMapping() to handle multy key mapping.
Ctrl, Alt, and Shift now detect both left and right key variants.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.