ekisu / mpv-webm

Simple WebM maker for mpv, with no external dependencies.
MIT License
554 stars 32 forks source link

add bindings to jump to start/end times of the selected export region #179

Closed defaultxr closed 9 months ago

defaultxr commented 9 months ago

This PR adds keys ! (shift+1) and @ (shift+2) as bindings to jump to the start and end time of the excerpt, respectively.

This is useful when attempting to export a "perfect loop" for example, but they're also useful in general when refining the export region.

I'm not attached to shift+1/shift+2 as keybindings, so if you think they should be changed to something else, I can change them. Or if you think they should show up in the OSD as shift+1/shift+2 instead of ! and @.

ekisu commented 9 months ago

:+1:

twophyro commented 9 months ago

Just FYI on windows 10 this requires a US keyboard layout. (fixed it myself by changing the binds to 3 and 4 instead).