mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #303] Modifier keys not displayed on Intel macs #256
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#256
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 @Aariq on GitHub (Aug 28, 2024).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/303
I could be mistaken, but I thought KeyCastr previously displayed shift and option key symbols. In the latest release they seem to be missing. E.g. this is what is shown with shift option command g when "command keys only" or "all modified keys" are selected as options.

@Aariq commented on GitHub (Aug 28, 2024):
Yeah, just downgraded and confirmed that this is a bug in the most recent release (v0.10.0)
@akitchen commented on GitHub (Aug 28, 2024):
This certainly doesn't seem right. In addition to the modifiers, any command sequence (ctrl or cmd modifier) should be capitalized.
Given you said you downgraded to v0.10.0, I have to wonder about your local setup. Have you also been running an experimental version of your own? How did you "downgrade"? Is there anything else unusual about your setup, like a custom keyboard layout?
Please remove KeyCastr from the Input Monitoring list in the Privacy and Security settings pane, make sure you are starting the intended copy of the app, re-enable the permissions when prompted, and try again.
@Aariq commented on GitHub (Aug 29, 2024):
When I say "downgraded" I mean I installed the app from the download here: https://github.com/keycastr/keycastr/releases/tag/v0.9.18
If I replace the KeyCastr app with the release here: https://github.com/keycastr/keycastr/releases/tag/v0.10.0 and do as you suggested, I get the behavior reported above.
@akitchen commented on GitHub (Aug 29, 2024):
Very strange. Do you have other apps in the Input Monitoring or Accessibility list? And what is displayed with control-g instead of command-g? Can you share other details about your system, i.e. are you on an Intel or Apple processor etc.?
@Aariq commented on GitHub (Aug 29, 2024):
Intel macbook running macOS Sonoma (14.6.1). I turned off other apps input monitoring (the only other one was OBS) and the problem persists with this version. control-g shows the correct shortcut (^g), but control-shift-g shows the same thing (the shift is not displayed). Command-control-g works as expected. It seems to be just option and shift that don't show up and that the letters are lowercase.
@akitchen commented on GitHub (Aug 29, 2024):
Thanks for that info. I just fired up my older Intel mac and saw this as well. I'll figure out a fix soon.