mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #300] Layout issue #255
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#255
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 @kosekidev on GitHub (Jul 10, 2024).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/300
Hi !
I use "FRPC" layout on my Mac, and keycastr show wrong keys sometimes :
# key show : Option"
{ show : Option'
} show : Option=
...
Layout maybe not take in count ?
@akitchen commented on GitHub (Jul 13, 2024):
Hello, thank you for opening an issue.
Looking at your keyboard layout, KeyCastr is displaying the expected output. It is displaying the modifiers plus the keycap for your layout. On a French PC keyboard,
'is the keycap for{(when⌥is applied), and=is the keycap for}(when⌥is applied). If I type⌥3on a US English keyboard to produce£, KeyCastr will display⌥3.Displaying keycaps vs. the result of applying modifiers (expected output) is a tricky topic, which is discussed in #187 . Switching it by default for all usage results in other unexpected results, so it needs to be a user-facing option.