[PR #3095] [CLOSED] KBM Input Bug Fixes / Added Binds #3220

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3095
Author: @nickci2002
Created: 6/13/2025
Status: Closed

Base: mainHead: input-fix


📝 Commits (3)

  • 5ad25d1 KBM Input Bug Fixes / Added Binds
  • be6b25d KBM Input Bug Fixes / Added Binds
  • ebba98f Merge remote-tracking branch 'shadPS4/input-fix' into input-fix

📊 Changes

4 files changed (+2295 additions, -0 deletions)

View changed files

input_handler.cpp (+718 -0)
input_handler.h (+439 -0)
kbm_gui.cpp (+1067 -0)
kbm_gui.h (+71 -0)

📄 Description

Fixed input issues where some inputs would not bind when pressing (side mouse buttons, some symbols, etc). Also, fixed up code formatting in altered files (removed C-style casts and replaced with C++ <static_casts>, added a few macros and one member functions).


🔄 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/3095 **Author:** [@nickci2002](https://github.com/nickci2002) **Created:** 6/13/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `input-fix` --- ### 📝 Commits (3) - [`5ad25d1`](https://github.com/shadps4-emu/shadPS4/commit/5ad25d1b9a4b92fb82f0457e5cb192e4ef595fdb) KBM Input Bug Fixes / Added Binds - [`be6b25d`](https://github.com/shadps4-emu/shadPS4/commit/be6b25dbe9a8e331041c29c07f0fce2eab83a239) KBM Input Bug Fixes / Added Binds - [`ebba98f`](https://github.com/shadps4-emu/shadPS4/commit/ebba98f97a5f221aaf869672bbb21aee5899e7dc) Merge remote-tracking branch 'shadPS4/input-fix' into input-fix ### 📊 Changes **4 files changed** (+2295 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `input_handler.cpp` (+718 -0) ➕ `input_handler.h` (+439 -0) ➕ `kbm_gui.cpp` (+1067 -0) ➕ `kbm_gui.h` (+71 -0) </details> ### 📄 Description Fixed input issues where some inputs would not bind when pressing (side mouse buttons, some symbols, etc). Also, fixed up code formatting in altered files (removed C-style casts and replaced with C++ <static_casts>, added a few macros and one member functions). --- <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:53 +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#3220
No description provided.