mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #110] Display modifier keys alone #90
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#90
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 @zbstof on GitHub (Apr 29, 2018).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/110
Mac's built-in keyboard viewer allows showing modifier keys (
Shift,Cmd,Control,Option) alone without any printable key (and any combination thereof, like Double-shift,Cmd+Option+Shift, etc).Here's an example:

This should be included as it is essential for showing functionality of many applications, as evidenced by linked issues.
Related: #85, #75, #104
@martin-martin commented on GitHub (Jan 8, 2020):
Bumping this! Would be really helpful.
@mattrq commented on GitHub (May 9, 2022):
+1. Key feature (pun intended).
@porg commented on GitHub (May 20, 2022):
I think we can close this:
@eugenesvk commented on GitHub (Nov 20, 2024):
Svelte doesn't show Fn keys and Capslock (physical keydown/up events, although that might be impossible at the level keycastr is tracking key status)