mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #246] keycastr does not capture keys when typing in a terminal #208
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#208
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 @entest-hai on GitHub (Oct 1, 2022).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/246
I want to capture keystroke when typing inside a terminal but it does not work. I have tried with two M1 macbooks.
@akitchen commented on GitHub (Oct 2, 2022):
KeyCastr is confirmed to work fine with Terminal.app and any app, really. Assuming that things are working fine for you otherwise, I would guess that you're using iTerm or another app with "secure text input" enabled.
If this is the case then you will need to disable that option in order for KeyCastr to receive your input events. Otherwise check that things are working normally in general, perhaps remove KeyCastr from the Input Monitoring sources, restart the app and let macOS correct itself.
@entest-hai commented on GitHub (Oct 2, 2022):
thank you! I uncheck "secure text input" and it works well now