mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #222] Not working on MacOS Monterey #186
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#186
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 @maheshj01 on GitHub (Jan 8, 2022).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/222
Hi,
Thanks for this amazing app, But unfortunately this is not working on macOS Monterey, I have enabled Keycastr in Accessibility settings but I don't see keystrokes, nor start casting does anything.
System Info
MacBook Air (M1, 2020)
version 12.1 (21C52) MacOS Monterey
Let me know if you need any further info.
Thanks
@akitchen commented on GitHub (Jan 8, 2022):
There are two likely causes for the app seeming not to work: not receiving keystroke events from macOS due to security settings, or the window being offscreen. Sometimes switching from the Default to the Svelte visualizer can help you figure out which problem it is.
There isn't a compatibility problem with Monterey specifically, but the accessibility settings can be deceiving.
To troubleshoot, I would recommend that you:
I hope it helps. Some updates to our README are long overdue.
@maheshj01 commented on GitHub (Jan 9, 2022):
Thanks for the prompt reply, Enabling Input monitoring fixed the issue.
We can close this issue.