mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #187] Provide an option to display actual keycaps vs modified keys #159
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#159
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 @akitchen on GitHub (Jan 10, 2021).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/187
There are different cases when users want to broadcast the actual keycaps typed vs how they are resolved when typing. This comes up with shifted and option/alternate key combinations. The PTKeyCode framework bundled with ShortcutRecorder makes this easy enough to do, but it needs to be governed by a user-facing option. See #140 and others for more background.
This is best approached after the MainMenu nib is modernized and easier to work with. #186
@alexrmann commented on GitHub (Feb 4, 2021):
I support this revision! There are also other ways to looks at this issue. Consider the following use cases:
@akitchen commented on GitHub (Feb 11, 2021):
@afkaqualls Please try out v0.9.10 for the change in shift key behavior. This particular issue is now about making this change in behavior toggle-able
And feel free to open issues for improving the Svelte visualizer; it has been less of a focus.
@marcotrosi commented on GitHub (Nov 4, 2023):
didn't want to open a new issue, this here seems close enough
I have the issue that I need to display the final character my OS would write.
for example when I press
Alt-uthen I don't want to seeAlt-u, I want to see whatAlt-uproduces, in my case opening square bracket[, because I have a custom keyboard layout, otherwise it would be¨by default on macOS with German layout.So it would be great if there was an option that shows the final translated character based on the current keyboard layout selected.
Same for Upper case characters. When I press
Shift-uthen I want to see onlyUand notShift-uorShift-U.Such configuration would be useful for me because in my Vim screencasts it doesn't matter which keys you pressed, it only matters which characters are behind. So in my example above,
[has meaning because it's a command in that tool I use, and nobody would understand the keys pressed.I hope I was able to explain the problem. Please reach out in case it's not clear.
Have a great day.
@akitchen commented on GitHub (Aug 25, 2024):
https://github.com/keycastr/keycastr/releases/tag/v0.10.0