mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #184] "Display all keystrokes" sometimes stops working #154
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#154
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 @akitchen on GitHub (Dec 18, 2020).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/184
For some reason the app sometimes stops receiving and broadcasting
keyDownevents, even though it continues to receiveflagsChangedevents. It seems to happen after many sleep/wake cycles on a laptop, and happens more often if using the 'menu bar only' option.Logging this issue for now for visibility, although it's likely a duplicate of older issues where it wasn't clear whether the bezel view was offscreen or the app stopped receiving events from macOS.
The remedy in this case seems to be re-enabling the app in the task switcher, and restarting the computer definitely helps but is a lame remedy to recommend 😒
ideally we could detect this and show an indicator somewhere, perhaps in the menu bar icon, so the user knows it's not necessarily a bug in the app.