mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #201] "command + space" appear twice? #169
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#169
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 @daolou on GitHub (Apr 6, 2021).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/201
when input "command+space",it appear twice
@akitchen commented on GitHub (Apr 6, 2021):
This is captured in #163 . Unfortunately the app receives two events for this key press instead of one, and we simply display it instead of special-casing it right now.