mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 00:05:52 +03:00
[PR #1567] [MERGED] feat!: multi-keymap #1885
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#1885
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/PlayCover/PlayCover/pull/1567
Author: @TheMoonThatRises
Created: 7/7/2024
Status: ✅ Merged
Merged: 7/13/2025
Merged by: @JoseMoreville
Base:
develop← Head:feat/multi-keymap📝 Commits (10+)
9f7b806feat: mostly complete multi keymap8aff571Merge branch 'PlayCover:develop' into feat/multi-keymapedba5f4Merge branch 'develop' into feat/multi-keymapc0f469fMerge branch 'PlayCover:develop' into feat/multi-keymap29b0a6bfix versioningb089f39fix update changes3445b83update config schemed54aa74Merge branch 'PlayCover:develop' into feat/multi-keymapac84d2daddKeymapViewview modelccd0c08add remaining localisations📊 Changes
13 files changed (+675 additions, -101 deletions)
View changed files
📝
PlayCover.xcodeproj/project.pbxproj(+8 -0)📝
PlayCover/Model/Keymapping.swift(+155 -19)➕
PlayCover/Utils/UpdateScheme.swift(+91 -0)📝
PlayCover/ViewModel/AppsVM.swift(+0 -43)➕
PlayCover/ViewModel/KeymapViewVM.swift(+44 -0)📝
PlayCover/ViewModel/PlayAppVM.swift(+1 -0)📝
PlayCover/Views/App Views/PlayAppView.swift(+7 -24)📝
PlayCover/Views/AppSettingsView.swift(+4 -9)➕
PlayCover/Views/KeymapView.swift(+330 -0)📝
PlayCover/Views/PlayCoverApp.swift(+2 -0)📝
PlayCover/Views/Sidebar Views/AppLibraryView.swift(+7 -1)📝
PlayCover/Views/Uninstaller.swift(+1 -1)📝
PlayCover/en.lproj/Localizable.strings(+25 -4)📄 Description
This pull request allows for each application to have multiple stored keymaps, with a separate UI for displaying the keymaps in settings. Note: This is still a work in progress, and the PlayTools side has not been worked on yet.
On completion, it should have these features:
Scalable keymaps depending on aspect ratio (https://github.com/PlayCover/PlayTools/issues/155)(I believe this feature should be contained within a separate pull request.)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.