mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #308] [MERGED] Add UI to configure keyboard-to-controller mapping #1469
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#1469
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/308
Author: @VasylBaran
Created: 7/20/2024
Status: ✅ Merged
Merged: 9/11/2024
Merged by: @georgemoralis
Base:
main← Head:add_keyboard_keymapping📝 Commits (4)
df3b461Add UI to configure keyboard-to-controller mapping183338dAdd an optional "---fix" argument to format-checking script977eb9bMerge branch 'main' into add_keyboard_keymapping1ed89d9clang fix📊 Changes
18 files changed (+1436 additions, -173 deletions)
View changed files
📝
.ci/clang-format.sh(+14 -5)📝
.github/workflows/linux-qt.yml(+7 -1)📝
.reuse/dep5(+1 -0)📝
CMakeLists.txt(+4 -0)📝
src/common/config.cpp(+44 -1)📝
src/common/config.h(+5 -0)📝
src/emulator.cpp(+1 -1)📝
src/emulator.h(+1 -1)➕
src/images/PS4_controller_scheme.png(+0 -0)➕
src/input/keys_constants.h(+30 -0)➕
src/qt_gui/keyboardcontrolswindow.cpp(+524 -0)➕
src/qt_gui/keyboardcontrolswindow.h(+40 -0)➕
src/qt_gui/keyboardcontrolswindow.ui(+439 -0)📝
src/qt_gui/main_window.cpp(+12 -0)📝
src/qt_gui/main_window.h(+5 -0)📝
src/sdl_window.cpp(+280 -163)📝
src/sdl_window.h(+28 -1)📝
src/shadps4.qrc(+1 -0)📄 Description
Add UI to configure keyboard-to-controller mapping.
Related to issue https://github.com/shadps4-emu/shadPS4/issues/298
In the future it would be nice (i.e. I plan to) add support for Modifiers (Shift+Key, Control+Key etc...) as well as more controls (DS4's touchpad etc...)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.