mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #316] Add an option for not showing mouse-click indicator in screen recordings #272
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#272
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 @tylerlaprade on GitHub (Dec 4, 2024).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/316
See the lower-right of this image. I screenshotted with ⌘ Shift 4 on MacOS to capture a region of my screen. Since this requires clicking and dragging to specify the region, my screenshots always have the circle for mouse-click from KeyCastr. Ideally this should be avoided without any special screenshotting software.
Some possible solutions I thought of:
@akitchen commented on GitHub (Jan 20, 2025):
Thanks for opening an issue about this. It turns out to be a simple fix to have the mouse click indicator not show up in screenshots; will have a fix for this in the next release.
@tylerlaprade commented on GitHub (Jan 20, 2025):
Amazing, thank you! Would it make sense to apply the same logic to keypresses, possibly as an optional setting?
@akitchen commented on GitHub (Jan 23, 2025):
For now, the easiest solution is to provide an option for the mouse click visualizer to not be included in screen shots, but unfortunately it would also include screen recordings where it is much more useful. There is not a public API for detecting screenshots in progress on macOS.
Extending this to keypresses is also possible, but given there is a global hotkey to stop/start casting, I'd recommend using that instead.