💾 Archived View for ait.place › dot › mpv › .config › mpv › input.conf.txt captured on 2021-12-03 at 14:04:38.

View Raw

More Information

➡️ Next capture (2022-04-28)

-=-=-=-=-=-=-

# Keybinds for mpv

# Unbind keybindings that have dup
x ignore
t ignore
P ignore
! ignore

/ ignore
ENTER ignore

Alt+h add video-pan-x  0.1
Alt+l add video-pan-x -0.1
Alt+k add video-pan-y  0.1
Alt+j add video-pan-y -0.1
n ab-loop

#terminal scrollwheel
0x19 seek 5
0x5 seek -5

#vi style seeking keys
Shift+h  no-osd seek -1 exact
Shift+l  no-osd seek  1 exact
Shift+j  no-osd seek -5 exact
Shift+k  no-osd seek  5 exact
h seek -5
l seek 5
j seek -60
k seek 60
: script-binding console/enable

#Switch subs
Ctrl+s cycle sub

# Skip to previous/next subtitle (subject to some restrictions; see manpage)
#Ctrl+h   no-osd sub-seek -1
#Ctrl+l  no-osd sub-seek  1
# Adjust timing to previous/next subtitle
Ctrl+Shift+h sub-step -1
Ctrl+Shift+l sub-step 1

Ctrl+l cycle-values loop-file "inf" "no"    # toggle infinite looping

# use sound system (for reduced cpu usage
Ctrl+# cycle-values ao "null" "pulse"


p show_text ${playlist}               # show playlist
t show_text ${track-list}             # show list of audio/sub streams
? show_text ${chapter-list}

MBTN_MID cycle mute
MBTN_LEFT show-progress
Shift+WHEEL_UP add volume +2
Shift+WHEEL_DOWN add volume -2