mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #331] Apply modifiers toggle doesn't work when using CTRL+SHIFT #283
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#283
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 @antoaenono on GitHub (Sep 24, 2025).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/331
with the Apply Modifiers setting checked
SHFT + , correctly produces <
but
CTRL + SHFT + , does not convert the SHFT + , to <
in other words, CTRL + SHFT + produces CTRL + SHFT +
maybe this is the intended behavior
but I would expect
CTRL + < to be displayed instead of CTRL + SHFT + ,
@akitchen commented on GitHub (Sep 24, 2025):
Yes, you are correct, there is a subtle bug here coming from the older intentional choice to always show the original keycap for command sequences.
Another annoying example is in the US-English layout: + is a shifted =, and in many apps there is a common keystroke to zoom in which is CMD-+ but KeyCastr will display CMD-Shift-= instead.
Maybe this can be handled better now that we have the setting to apply modifiers, but keep in mind that there would likely be other undesirable results, especially in the number row. I'll look into it...
Thanks for the bug report!