[GH-ISSUE #272] modifier keys not displaying #230

Closed
opened 2026-05-05 05:08:27 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @mi-jan on GitHub (Jun 6, 2023).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/272

Pressing single modifier keys does not display: { shift, control, option, command }

Additionally when in "Command Keys Only" mode keyboard shortcuts that use "shift+ any key" or "opt + any key" do not display. It would be nice to have any combination of modifier keys show up as this would be really helpful for people that do tutorials.

Originally created by @mi-jan on GitHub (Jun 6, 2023). Original GitHub issue: https://github.com/keycastr/keycastr/issues/272 Pressing single modifier keys does not display: { **shift, control, option, command** } Additionally when in "Command Keys Only" mode keyboard shortcuts that use "**shift**+ any key" or "**opt** + any key" do not display. It would be nice to have any combination of modifier keys show up as this would be really helpful for people that do tutorials.
Author
Owner

@akitchen commented on GitHub (Jun 23, 2023):

Yes, both statements are correct, this is by design.

The app currently does not display keystrokes for bare modifier or command keys, and keystrokes modified with shift or opt, but not command or control, are only displayed when "Command keys only" is unchecked because they are not commands.

Supporting bare modifier keypresses is somewhere on the list, there is an older issue about it. However, simple modified keys should not be added to "Command keys only" mode, but we could consider a sub-option to "Include modified keys" although I'm not sure that it would actually make sense in practice. I don't think users would expect to see ⇧9 displayed in a mode when 9 is not.

<!-- gh-comment-id:1605095016 --> @akitchen commented on GitHub (Jun 23, 2023): Yes, both statements are correct, this is by design. The app currently does not display keystrokes for bare modifier or command keys, and keystrokes modified with shift or opt, but not command or control, are only displayed when "Command keys only" is unchecked because they are not commands. Supporting bare modifier keypresses is somewhere on the list, there is an older issue about it. However, simple modified keys should not be added to "Command keys only" mode, but we could consider a sub-option to "Include modified keys" although I'm not sure that it would actually make sense in practice. I don't think users would expect to see `⇧9` displayed in a mode when `9` is not.
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#230
No description provided.