mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #200] Svelte enhancement: ability to adjust width, don't clear on special key-combinations, and print counter on repeat keys #171
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#171
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 @poetaman on GitHub (Apr 4, 2021).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/200
I am looking "Svelte" with this enhancement:
ability to increase width (perhaps entire width of screen)
the special key-combinations like
<Ctrl-a>,<Shift-a>,<Command-a>, etc to not clear the Svelte window. I mean the combinations like<Ctrl>-awill appear in the stream of keystrokes, as of now in Svelte mode the window is cleared & it flashes the key combination pressed and clears screen again. This does not work for doing screencasts for text editors like Vim as some commands can involve these special key combinations as subset.don't print repeat keys, instead print a counter like for
C-nin:So, essentially be more like https://www.thregr.org/~wavexx/software/screenkey/
@BrianGilbert commented on GitHub (Jun 10, 2021):
I'd also like to have configurable width for the display please
@poetaman commented on GitHub (Jun 10, 2021):
Btw, the screencast above uses screenkey on linux. There is a gitlab ticket for macOS support: https://gitlab.com/screenkey/screenkey/-/issues/139. I wonder if someone from keycastr development team could use that and add it as a "3rd mode" other than Svelte.
@poetaman commented on GitHub (Jul 11, 2021):
@akitchen Hi there, any views on having a mode that has UI like screenkey? Or perhaps making the size of Svelte adjustable, and not clearing the contents on pressing special key? Thanks!
@akitchen commented on GitHub (Jul 29, 2021):
I would welcome pull requests either for a new visualizer or for the ability to resize the Svelte visualizer. However, neither of these can supersede current priorities on my end, and development time for KeyCastr is very limited.
Separating the different topics in this issue, support for Emacs-style keystroke visualization would be very useful and interesting. This might deserve its own issue as it might not be specific to one particular visualizer.
@applebait commented on GitHub (Aug 4, 2024):
As standalone apps there are a bunch of them out there for macOS but none is perfect…
I think Keycastr, which is the one I'm sticking for now, could have more options.
I think that's it :)