summary refs log tree commit diff
path: root/.config/mpv/input.conf
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2021-07-29 23:46:29 +0200
committerRobert Günzler <r@gnzler.io>2021-07-29 23:48:32 +0200
commitdc9c54e68f1d6348d3799e47e2ae563d3ba145e0 (patch)
tree684907939967776b6ff537498e2eb5a5238e739c /.config/mpv/input.conf
parente77881a72b735ca12aa055054656afdfbd6a8fc8 (diff)
mpv: update config
Diffstat (limited to '.config/mpv/input.conf')
-rw-r--r--.config/mpv/input.conf56
1 files changed, 27 insertions, 29 deletions
diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf
index a128c99..d517350 100644
--- a/.config/mpv/input.conf
+++ b/.config/mpv/input.conf
@@ -3,22 +3,27 @@
 # taken from the default config
 ESC set fullscreen no
 f cycle fullscreen
-SPACE cycle pause
-m cycle mute
+SPACE cycle pause  #! controls > pause/play
+m cycle mute  #! controls > mute
 
 # ARROW KEY BINDINGS
-RIGHT seek  10  # skip ahead
-LEFT  seek -10  # skip back
-UP    seek  60
-DOWN  seek -60
+LEFT  seek -10 exact
+RIGHT seek  10 exact
+DOWN  seek -60 exact
+UP    seek  60 exact
+
+h seek -10 keyframes
+j seek -60 keyframes
+k seek  60 keyframes
+l seek  10 keyframes
 
 HOME    seek 0 absolute-percent
 END     seek 100 absolute-percent
 
 Shift+RIGHT     playlist-next
-n playlist-next
+n playlist-next  #! controls > playlist next
 Shift+LEFT      playlist-prev
-p playlist-prev
+p playlist-prev  #! controls > playlist prev
 Alt+RIGHT       frame-step
 Alt+LEFT        frame-back-step
 
@@ -27,14 +32,12 @@ Shift+DOWN      add volume -10
 Alt+UP          add volume 5
 Alt+DOWN        add volume -5
 
-PGUP            add chapter 1
-PGDWN           add chapter -1
-# Meta+UP         add chapter 1
-# Meta+DOWN       add chapter -1
-Shift+PGUP      seek 600
-Shift+PGDWN     seek -600
+PGUP            add chapter 1  #! controls > chapter next
+PGDWN           add chapter -1  #! controls > chapter prev
+Shift+PGUP      seek  600 keyframes
+Shift+PGDWN     seek -600 keyframes
 Alt+PGUP        add sub-pos -1
-Alt+PGDWN      add sub-pos +1
+Alt+PGDWN       add sub-pos +1
 
 WHEEL_UP seek -5
 WHEEL_DOWN seek 5
@@ -88,35 +91,31 @@ Shift+- add volume -5
 } multiply speed 2.0            #! utils > speed > -50%
 BS set speed 1.0                #! utils > speed > reset
 
-l cycle-values loop-file yes no #! loop > file
-L ab-loop                       #! loop > A-B
+L cycle-values loop-file yes no #! loop > file
+Ctrl+l ab-loop                  #! loop > A-B
 
 # VAPOURSYNTH/FILTER BINDINGS
 # banding
 b cycle deband      #! fx > deband
 B vf toggle gradfun #! fx > gradfun
 # binaural correction
-h cycle-values af lavfi=[bs2b=profile=default] lavfi=[bs2b=profile=jmeier] lavfi=[bs2b=profile=cmoy] lavfi=[earwax] ""  #! fx > bs2b
+H cycle-values af lavfi=[bs2b=profile=default] lavfi=[bs2b=profile=jmeier] lavfi=[bs2b=profile=cmoy] lavfi=[earwax] ""  #! fx > bs2b
 
 MBTN_RIGHT script_binding uosc/menu
 U script_binding uosc/menu
 Enter script_binding uosc/menu
 P script-binding uosc/playlist  #! select > playlist
 C script-binding uosc/chapters  #! select > chapters
-Ctrl+space script-binding uosc/peek-timeline
-Alt+space script-binding uosc/flash-timeline
+Tab script-binding uosc/peek-timeline
 
 Alt+w script-binding webm/display-webm-encoder #! utils > webm encoder
 Alt+e script-binding slicing/slicing_audio     #! utils > slicing > audio
 Alt+r script-binding slicing/slicing_mark      #! utils > slicing > mark
 Alt+t script-binding autodeint                 #! utils > autodeint
 Alt+y script-binding autocrop/toggle_crop      #! utils > autocrop
-c script-binding contact-sheet-toggle          #! utils > contact sheet
-# g script-binding playlist-view-toggle          #! utils > playlist view
 Alt+m script-binding mouse_coords              #! utils > mouse coords
-
-K ignore
-J ignore
+# g script-message contact-sheet-close; script-message playlist-view-toggle #! utils > playlist view
+# c script-message playlist-view-close; script-message contact-sheet-toggle #! utils > contact sheet
 
 # 1 ignore
 # 2 ignore
@@ -129,12 +128,11 @@ J ignore
 9 ignore
 
 Ctrl+Shift+0 apply-profile reset         #! profiles > reset
-Ctrl+Shift+1 apply-profile anime         #! profiles > anime
+Ctrl+Shift+4 apply-profile interpolate   #! profiles > interpolate
 Ctrl+Shift+2 apply-profile cache         #! profiles > cache
 Ctrl+Shift+3 apply-profile scale         #! profiles > scale
-Ctrl+Shift+4 apply-profile interpolate   #! profiles > interpolate
 Ctrl+Shift+5 apply-profile 3d            #! profiles > 3d fix
-Ctrl+Shift+6 apply-profile anime4k       #! profiles > 3d fix
 Ctrl+Shift+7 apply-profile gpuscale      #! profiles > gpuscale x8
 Ctrl+Shift+8 apply-profile gpuscale-high #! profiles > gpuscale x16
-Ctrl+Shift+9 apply-profile resethq       #! profiles > reset hq
+Ctrl+Shift+1 apply-profile anime         #! profiles > anime
+Ctrl+Shift+6 apply-profile anime4k       #! profiles > anime4k