mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 00:05:52 +03:00
[PR #1933] [MERGED] Quality-of-Life update for multi-keymaps #1925
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#1925
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/1933
Author: @TheMoonThatRises
Created: 7/27/2025
Status: ✅ Merged
Merged: 10/8/2025
Merged by: @TheMoonThatRises
Base:
develop← Head:fix/qol-multikeymap📝 Commits (8)
fbdbd6dfixdefaultpill background in light-mode1072ceafix keymapview closing on every action87adad5disallow deletion of default keymapb17f9cballow keymaps to be reordered05076f9Merge branch 'develop' into fix/qol-multikeymapd9187e4fix crash on app uninstall026ccc1seperate keymap models from class8e817b3reload keymap cache to generate keymap dir on load📊 Changes
9 files changed (+293 additions, -311 deletions)
View changed files
📝
PlayCover.xcodeproj/project.pbxproj(+8 -4)➕
PlayCover/Model/KeymapData.swift(+116 -0)📝
PlayCover/Model/PlayApp.swift(+2 -0)📝
PlayCover/Utils/Keymapping.swift(+72 -167)📝
PlayCover/Utils/UpdateScheme.swift(+4 -4)📝
PlayCover/ViewModel/KeymapViewVM.swift(+23 -15)📝
PlayCover/ViewModel/Log.swift(+4 -0)📝
PlayCover/Views/KeymapView.swift(+64 -116)📝
PlayCover/en.lproj/Localizable.strings(+0 -5)📄 Description
This pull requests implements multiple changes as suggested by #1926. Note that this pull request may cause some issues to users who are on a nightly version with the previous multi-keymap implementation.
defaultpill background in keymap list when in light mode.Requires https://github.com/PlayCover/PlayTools/pull/194.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.