1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-24 12:24:21 +00:00

input.conf: bind Shift+{HOME,END} to go to the first and last file

This commit is contained in:
Guido Cella 2025-02-13 14:39:15 +01:00 committed by Dudemanguy
parent 036528d44d
commit e32beaa0db
2 changed files with 5 additions and 0 deletions

View File

@ -95,6 +95,9 @@ Shift+Ctrl+BACKSPACE
ENTER
Go forward in the playlist.
Shift+HOME and Shift+END
Go to the first/last playlist entry.
p and SPACE
Pause (pressing again unpauses).

View File

@ -94,6 +94,8 @@
#> playlist-next # skip to the next file
#ENTER playlist-next # skip to the next file
#< playlist-prev # skip to the previous file
#Shift+HOME no-osd set playlist-pos 0 # skip to the first file
#Shift+END no-osd set playlist-pos-1 ${playlist-count} # skip to the last file
#O no-osd cycle-values osd-level 3 1 # toggle displaying the OSD on user interaction or always
#o show-progress # show playback progress
#P show-progress # show playback progress