Add keyboard shortcuts for Scene Cover generation#5984
Merged
WithoutPants merged 4 commits intostashapp:developfrom Nov 10, 2025
Merged
Add keyboard shortcuts for Scene Cover generation#5984WithoutPants merged 4 commits intostashapp:developfrom
WithoutPants merged 4 commits intostashapp:developfrom
Conversation
- Add 'c c' shortcut to generate screenshot at current time - Add 'c d' shortcut to generate default screenshot - Update keyboard shortcuts documentation
DogmaDragon
reviewed
Jul 1, 2025
Collaborator
DogmaDragon
left a comment
There was a problem hiding this comment.
Documentation included. 👍
Contributor
Author
|
(yes, I'm using Claude Code. If this typescript fix is not the most appropriate fix, please advise.) |
Add explicit braces to arrow functions to satisfy TypeScript's strict mode requirements for async function calls.
230f6bc to
d4e141f
Compare
Contributor
Author
|
Sorry for all the pushes, I should have closed the PR while I worked this out. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DESCRIPTION:
I like using custom cover screenshots for my scenes. When playing a video, I will often spot a good place to pause to generate the screenshot, but then the button to "Generate screenshot from current" is buried under a submenu in the scene details tab and requires a few clicks.
This adds 1 shortcut to generate the screenshot at current time, and 1 screenshot to re-generate a default screenshot. I tried to ensure the shortcuts follow the conventions of existing shortcuts and do not conflict with any existing shortcuts.
Ideally a system to define any custom shortcuts could be cool, but that's a much larger effort.
CHANGES: