mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #17] Svelte visualizer should have an option for displaying unmodified keys #17
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#17
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 @vermiculus on GitHub (Nov 13, 2014).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/17
When screencasting for more complex tools (such as vim, emacs, etc.), you often want to record every key you're pressing – not just the modified ones. Can an option be added to the Svelte pane to toggle this? (I understand the desire to keep this view simple by default, but the option would be nice. 😀)
@lqez commented on GitHub (Nov 13, 2014):
@vermiculus I wrote a wrong reply on this issue - please ignore it. :(
@akitchen commented on GitHub (May 17, 2015):
Sounds like a great idea.
@vermiculus commented on GitHub (May 18, 2015):
😁
@vishusingh commented on GitHub (Feb 23, 2016):
I second this request.
@mtheuma commented on GitHub (Sep 13, 2016):
I'd love to see this feature implemented too. Thanks.
@akitchen commented on GitHub (Sep 19, 2016):
Anyone who wants to try out my proposal for implementing this can take the .app from bin folder of my recent pull request here
@mtheuma commented on GitHub (Dec 13, 2016):
Thanks for adding this! The default theme couldn't be captured by OBS during screen recording, but Svelte can, so this is really useful.
@akitchen commented on GitHub (Dec 13, 2016):
Thank you for following up; I haven't used OBS before but with this bit of
info we can add an item to investigate why the default visualizer doesn't
seem to play nicely with it.
@mtheuma commented on GitHub (Dec 13, 2016):
No problem. I was using the "Window capture" feature of OBS to record key presses. I suspect that it has trouble with the default theme because it hides or removes the window between presses, whereas Svelte has a persistent window for it to track... Just my suspicion though.