Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to rewind video #7

Closed
cocofoco opened this issue Jun 30, 2022 · 2 comments
Closed

Add option to rewind video #7

cocofoco opened this issue Jun 30, 2022 · 2 comments

Comments

@cocofoco
Copy link

Would it be possible to add a shortcut to rewind the video by 5 seconds?

I sometimes get distracted while taking notes on a lecture and end up missing a phrase, and it would be helpful to have a shortcut to rewind the video by 5 seconds.

Similarly, would it be possible to skip forward 5 seconds?

@huyz
Copy link

huyz commented Jul 10, 2022

I wonder if there's an easy way to have access to all the keyboard shortcuts that the players already support (e.g., YouTube lets you hit j, k, and l to rewind, pause, and skip forward). So instead of reimplementing all the shortcuts for all the different video players, it might be simpler to figure out a way to forward any arbitrary key combination to the player without leaving the current note.

For example, perhaps there could be a way to hit a leader key combination (such as ^K in VSCode or ^W in vim), which would make the plugin wait for the next key combination. The plugin would then redirect that next key combination to the video player without the note losing focus and cursor position.

@rrherr
Copy link

rrherr commented Jul 23, 2022

Came here to say this — I'd love to a keyboard shortcut to rewind 5 seconds!

juliang22 added a commit that referenced this issue Jul 24, 2022
closes #7, closes #8; add functionality for seeking forward and backward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants