[PR #3114] [MERGED] Replace Back Button Behaviour with a rebindable solution #3232

Closed
opened 2026-02-27 22:02:56 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: touchpad-remapping


📝 Commits (1)

  • aad441b Replace 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, and touchpad_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.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/3114 **Author:** [@kalaposfos13](https://github.com/kalaposfos13) **Created:** 6/17/2025 **Status:** ✅ Merged **Merged:** 6/20/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `touchpad-remapping` --- ### 📝 Commits (1) - [`aad441b`](https://github.com/shadps4-emu/shadPS4/commit/aad441bba26f3aa0d6a1314e8d4cebe747ccdb18) Replace Back Button Behaviour with a rebindable solution ### 📊 Changes **7 files changed** (+46 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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`, and `touchpad_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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:02:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#3232
No description provided.