mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #58] Limit the amount of capsules in the default visualizer #47
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#47
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 @kdabir on GitHub (Mar 30, 2016).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/58
An option in preference to not stack the keys pressed would be a useful enhancement. Currently I have keys casted at bottom center of screen (typical location of subtitles in movies). I don't want the keystrokes to pile up and take screen space. Instead just the latest keystroke (with modifier) can be displayed.
@sdeken commented on GitHub (Sep 21, 2016):
The Svelte visualizer should do what you'd like - it only displays command keys and only displays one at a time. Can you tell me if the Svelte visualizer works better for you? Thanks!
@sdeken commented on GitHub (Sep 22, 2016):
We're tracking the single-character visualizer in #62. Let's adapt this issue to concern itself with the maximum number of "bubbles" the default visualizer displays. You can sort of control this with the "Keystroke Delay" and "Linger Time" sliders, but it's not perfect - for example, the bubbles always break when you do a key combo, so you can't force there to be just one bubble.