[PR #2696] [CLOSED] Feature/initial ps4 ime keyboard #2919

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2696
Author: @w1naenator
Created: 3/27/2025
Status: Closed

Base: mainHead: Feature/initial-ps4-ime-keyboard


📝 Commits (10+)

  • 297a17b Add initial on-screen keyboard support (mouse input, works in BB)
  • bc0319e Fix crash on Shift press.
  • 51cadf9 Fix clang-format
  • c937066 Some fixes from @polybiusproxy comments
  • 569ab0c Use vierual keyboard in ImeUi and ImeDialogUi
  • 5a874b1 Redesign layout closer original
  • 57a997e CLang fix
  • 1f64132 Merge branch 'main' into Feature/initial-ps4-ime-keyboard
  • cd32401 Merge branch 'main' into Feature/initial-ps4-ime-keyboard
  • 53e339e Merge branch 'main' into Feature/initial-ps4-ime-keyboard

📊 Changes

9 files changed (+1356 additions, -49 deletions)

View changed files

📝 CMakeLists.txt (+4 -0)
📝 src/core/libraries/ime/ime_dialog_ui.cpp (+331 -47)
📝 src/core/libraries/ime/ime_dialog_ui.h (+126 -2)
src/core/libraries/ime/ime_keyboard_layouts.cpp (+465 -0)
src/core/libraries/ime/ime_keyboard_layouts.h (+63 -0)
src/core/libraries/ime/ime_keyboard_ui.cpp (+222 -0)
src/core/libraries/ime/ime_keyboard_ui.h (+89 -0)
📝 src/imgui/imgui_std.h (+19 -0)
📝 src/imgui/renderer/imgui_core.cpp (+37 -0)

📄 Description

Initial system keyboard.
image


🔄 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/2696 **Author:** [@w1naenator](https://github.com/w1naenator) **Created:** 3/27/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `Feature/initial-ps4-ime-keyboard` --- ### 📝 Commits (10+) - [`297a17b`](https://github.com/shadps4-emu/shadPS4/commit/297a17b23720c03baf329b26cff5be7b05693be1) Add initial on-screen keyboard support (mouse input, works in BB) - [`bc0319e`](https://github.com/shadps4-emu/shadPS4/commit/bc0319e7ed804bcccf4be9e54803eed2dcbd3f61) Fix crash on Shift press. - [`51cadf9`](https://github.com/shadps4-emu/shadPS4/commit/51cadf9c29e38b3a8297529a34d7947f8aa663f0) Fix clang-format - [`c937066`](https://github.com/shadps4-emu/shadPS4/commit/c93706616f79f7d8994e66ff47978f861c0c7498) Some fixes from @polybiusproxy comments - [`569ab0c`](https://github.com/shadps4-emu/shadPS4/commit/569ab0c87f8a1b53bc955f1fd37ddcef0faaf7f6) Use vierual keyboard in ImeUi and ImeDialogUi - [`5a874b1`](https://github.com/shadps4-emu/shadPS4/commit/5a874b18bad728cd2f339409e0e122ebaf759014) Redesign layout closer original - [`57a997e`](https://github.com/shadps4-emu/shadPS4/commit/57a997ecff6d1db2ff8bda2852695be1c9e202a3) CLang fix - [`1f64132`](https://github.com/shadps4-emu/shadPS4/commit/1f64132ef407e58a1e1f71c6faab08e37bed694e) Merge branch 'main' into Feature/initial-ps4-ime-keyboard - [`cd32401`](https://github.com/shadps4-emu/shadPS4/commit/cd324011f82e128b62db78a57321a730f762a156) Merge branch 'main' into Feature/initial-ps4-ime-keyboard - [`53e339e`](https://github.com/shadps4-emu/shadPS4/commit/53e339e62aafc422d3887aff6eaa6c0da38775cf) Merge branch 'main' into Feature/initial-ps4-ime-keyboard ### 📊 Changes **9 files changed** (+1356 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+4 -0) 📝 `src/core/libraries/ime/ime_dialog_ui.cpp` (+331 -47) 📝 `src/core/libraries/ime/ime_dialog_ui.h` (+126 -2) ➕ `src/core/libraries/ime/ime_keyboard_layouts.cpp` (+465 -0) ➕ `src/core/libraries/ime/ime_keyboard_layouts.h` (+63 -0) ➕ `src/core/libraries/ime/ime_keyboard_ui.cpp` (+222 -0) ➕ `src/core/libraries/ime/ime_keyboard_ui.h` (+89 -0) 📝 `src/imgui/imgui_std.h` (+19 -0) 📝 `src/imgui/renderer/imgui_core.cpp` (+37 -0) </details> ### 📄 Description Initial system keyboard. <img width="639" alt="image" src="https://github.com/user-attachments/assets/f0576b9f-e07c-4ec3-b562-cb44e5becbd0" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:01:46 +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#2919
No description provided.