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:
parent
036528d44d
commit
e32beaa0db
@ -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).
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user