mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-24 23:36:00 +03:00
[PR #3973] Add IME keyboard layout and panel metrics support #3838
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#3838
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/3973
Author: @w1naenator
Created: 1/29/2026
Status: 🔄 Open
Base:
main← Head:ime-fixes-again📝 Commits (9)
11484f6Add IME keyboard layout and panel metrics support800cdcdfix for Maxos Linux builds1016a6fMerge branch 'main' into ime-fixes-againbe4c29aMerge branch 'main' into ime-fixes-againfef9912Merge branch 'main' into ime-fixes-again36b08dcMerge branch 'main' into ime-fixes-againb2c73baMerge branch 'main' into ime-fixes-again74c6a40Merge branch 'main' into ime-fixes-againeaf5a04Merge branch 'main' into ime-fixes-again📊 Changes
15 files changed (+2203 additions, -487 deletions)
View changed files
📝
CMakeLists.txt(+2 -0)📝
src/common/config.cpp(+23 -0)📝
src/common/config.h(+4 -0)📝
src/core/libraries/ime/ime.cpp(+41 -44)📝
src/core/libraries/ime/ime.h(+8 -6)📝
src/core/libraries/ime/ime_common.h(+37 -0)📝
src/core/libraries/ime/ime_dialog.cpp(+1129 -314)📝
src/core/libraries/ime/ime_dialog.h(+9 -7)📝
src/core/libraries/ime/ime_dialog_ui.cpp(+480 -67)📝
src/core/libraries/ime/ime_dialog_ui.h(+23 -3)➕
src/core/libraries/ime/ime_kb_layout.cpp(+237 -0)➕
src/core/libraries/ime/ime_kb_layout.h(+89 -0)📝
src/core/libraries/ime/ime_ui.cpp(+115 -44)📝
src/core/libraries/ime/ime_ui.h(+4 -2)📝
src/core/libraries/kernel/kernel.h(+2 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.