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

The Home key should go to the beginning of a file, Ènd`should go to the end. #942

Closed
HT-7 opened this issue Apr 23, 2024 · 1 comment
Closed

Comments

@HT-7
Copy link

HT-7 commented Apr 23, 2024

The Home key should go to the beginning of a file. The End key should go to the end. This means pressing end while paused would show the last frame of the video.

@gnome-mpv
Copy link
Collaborator

You can bind those keys yourself using an input.conf file:

HOME set percent-pos 0
END set percent-pos 100

I don't think many users would want to jump to the end of the file, so it doesn't warrant having it's own key by default. Jumping to the beginning of the file is already easy enough with existing keybindings.

@gnome-mpv gnome-mpv closed this as not planned Won't fix, can't repro, duplicate, stale May 4, 2024
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

2 participants