mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #272] modifier keys not displaying #230
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#230
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 @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.
@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
⇧9displayed in a mode when9is not.