mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #275] Start/Stop casting does not work with Svelte mode #234
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#234
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 @alexzhaohong on GitHub (Aug 22, 2023).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/275
The functionality of Start Casting and Stop Casting with Svelte mode does not match the behavior of the Default mode. In Svelte mode, when you stop casting, the Svelte snackbar will remain floating, will not emit command key combinations, but will still highlight whenever a modifier key is pressed.
Proposed functionality: The Svelte snackbar hides on Stop Casting
PS. Not sure if there is already a Svelte Mode improvement issue The linger time for the Svelte key combinations is too fast for an audience to see it.
@akitchen commented on GitHub (Oct 19, 2023):
yeah, the first part is a bug. The second is perhaps "by design" although PRs to help improve it are certainly welcome.