[GH-ISSUE #57] Display bare modifier key presses #48

Open
opened 2026-05-05 04:48:23 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @atom992 on GitHub (Mar 23, 2016).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/57

I am using OS X 10.10.5 (14F27) with keycastr 0.9.2
whether If I select Displays Only Command Keys or not,CAPS LOCK will not show.

Originally created by @atom992 on GitHub (Mar 23, 2016). Original GitHub issue: https://github.com/keycastr/keycastr/issues/57 I am using OS X 10.10.5 (14F27) with keycastr 0.9.2 whether If I select Displays Only Command Keys or not,CAPS LOCK will not show.
gitea-mirror added the
bug
label 2026-05-05 04:48:23 -06:00
Author
Owner

@sdeken commented on GitHub (Sep 21, 2016):

Seems like a bug to me, but I'm not sure it can be fixed. I'm not sure we get a notification when the caps-lock key has been pressed.

What glyph should we display in this case? Does U+21EA ⇪ capture it?

<!-- gh-comment-id:248486821 --> @sdeken commented on GitHub (Sep 21, 2016): Seems like a bug to me, but I'm not sure it can be fixed. I'm not sure we get a notification when the caps-lock key has been pressed. What glyph should we display in this case? Does [U+21EA ⇪](http://www.fileformat.info/info/unicode/char/21ea/index.htm) capture it?
Author
Owner

@RecuencoJones commented on GitHub (Nov 8, 2019):

I have just experienced this.
Also wondering if it would be possible to add an option to only display control, caps lock, escape, shift, etc. (i.e: everything which is not an alphanumeric or special character)

<!-- gh-comment-id:551816941 --> @RecuencoJones commented on GitHub (Nov 8, 2019): I have just experienced this. Also wondering if it would be possible to add an option to only display control, caps lock, escape, shift, etc. (i.e: everything which is not an alphanumeric or special character)
Author
Owner

@eugenesvk commented on GitHub (Nov 20, 2024):

I'm not sure we get a notification when the caps-lock key has been pressed.

as far as I understood, NSEvent indeed doesn't offer this functionality, it only sends events on modifier changes, but for a capslock keyup doesn't change any modifiers, though keydown does

Is there a way to get information before raw key down/up information has been lost by the NSEvent limited classification? Or would it require a totally different low level mechanism like special drivers like Karabiner Elements does?

<!-- gh-comment-id:2488008547 --> @eugenesvk commented on GitHub (Nov 20, 2024): > I'm not sure we get a notification when the caps-lock key has been pressed. as far as I understood, NSEvent indeed doesn't offer this functionality, it only sends events on modifier changes, but for a capslock keyup doesn't change any modifiers, though keydown does Is there a way to get information before raw key down/up information has been lost by the NSEvent limited classification? Or would it require a totally different low level mechanism like special drivers like Karabiner Elements does?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/keycastr#48
No description provided.