mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[GH-ISSUE #785] [Feature]: Keymap incompatible warning when aspect ratio isn't 16:10 #372
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#372
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?
Originally created by @FlyMeToTheMoonAndLetMePlayAmongTheStars on GitHub (Feb 6, 2023).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/785
Is your feature request related to a problem?
Too many people are requiring support for "keymap not working properly" and "why does it not switch character when i press 1", etc. This could be prevented or mitigated if there was some kind of warning message that shows up in the app settings menu when the user switches to an aspect ratio that is not 16:10 or a custom resolution. Since you know, most keymaps are made for 16:10 and there's no way to check (yet) if a keymap is made for a specific aspect ratio/resolution
16:10 is the standard resolution on all macs, except the mac mini because that doesnt have a screen
Describe the solution you'd like
have an eye-catching warning message popup when you select an aspect ratio that isn't 16:10, preferably in a box below "disable display sleep", could look something like
You can import a compatible keymap or edit it using
cmd+Kin app.Anything else?
no
Issue Language
@TheMoonThatRises commented on GitHub (Feb 6, 2023):
The main problem with implementing this feature is that keymapping files do not store any settings data (in which aspect ratio is stored in), and so it would require keymaps to start storing that data.