mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #317] [BUG] Control + Option (⌃ + ⌥) combined with anything other than Shift and/or Command is not recognized while running macOS VoiceOver #271
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#271
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 @wohfab on GitHub (Jan 3, 2025).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/317
Control + Option (
⌃ + ⌥) combined with anything other than Shift and/or Command is not recognized while running macOS VoiceOver screenreader (VO), thus not shown by keycastr.VO uses
⌃ + ⌥as the modifier-key for all its commands, so many commands are not shown.With VO turned off, the keys are displayed correctly.
Steps to reproduce
While using keycastr:
⌘ + F5⌃ + ⌥ + →(used by VO to move to the next item, e.g. on a website)System info
@akitchen commented on GitHub (Jan 23, 2025):
Although it's frustrating, this is not a bug in KeyCastr itself. My best guess is that it's not receiving those events when Voiceover is enabled.
This is tracked in #100