mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #183] Consider a special case for ⇧⌘= in US-English #151
Labels
No labels
bug
compatibility
discussion
documentation
enhancement
help wanted
help wanted
investigation needed
pull-request
release
visualizer
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/keycastr#151
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 @akitchen on GitHub (Dec 11, 2020).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/183
We may want to consider a special case for the + key, as "⌘+" is a ubiquitous Apple shortcut which is actually "⇧⌘=" on a US-English keyboard. The "Ignore Shifted Command Keys" option suggested in #140 would break the visualization of this special case.
We already have a few special cases, for arrow keys, escape, tab, etc. The addition of + to this list could potentially be problematic, and each locale/layout likely has its own weird special cases. This may lead us to implement user-defined special cases.