mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #3114] [MERGED] Replace Back Button Behaviour with a rebindable solution #3232
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#3232
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/3114
Author: @kalaposfos13
Created: 6/17/2025
Status: ✅ Merged
Merged: 6/20/2025
Merged by: @georgemoralis
Base:
main← Head:touchpad-remapping📝 Commits (1)
aad441bReplace Back Button Behaviour with a rebindable solution📊 Changes
7 files changed (+46 additions, -81 deletions)
View changed files
📝
src/common/config.cpp(+2 -14)📝
src/common/config.h(+0 -2)📝
src/input/input_handler.cpp(+35 -20)📝
src/input/input_handler.h(+7 -1)📝
src/qt_gui/kbm_help_dialog.h(+2 -0)📝
src/qt_gui/settings_dialog.cpp(+0 -14)📝
src/qt_gui/settings_dialog.ui(+0 -30)📄 Description
The old system only allowed setting the touchpad emulation to one place, which was a bit limiting, so I removed that entirely (well except the translation strings), and added three new outputs to input remapping:
touchpad_left,touchpad_center, andtouchpad_right. Now everyone can have as many keybinds to these three outputs as they like.Currently it's only the backend, I'll update the GUI for this too later.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.