diff options
Diffstat (limited to '.config/mpv/input.conf')
| -rw-r--r-- | .config/mpv/input.conf | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf index 67ace36..259eafc 100644 --- a/.config/mpv/input.conf +++ b/.config/mpv/input.conf @@ -99,6 +99,7 @@ h cycle-values af lavfi=[bs2b=profile=default] lavfi=[bs2b=profile=jmeier] lavfi 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 @@ -110,7 +111,7 @@ 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 +# g script-binding playlist-view-toggle #! utils > playlist view Alt+m script-binding mouse_coords #! utils > mouse coords K ignore @@ -126,8 +127,12 @@ J ignore 8 ignore 9 ignore -Ctrl+Shift+1 apply-profile anime # ! profile > anime -Ctrl+Shift+2 apply-profile cache # ! profile > cache -Ctrl+Shift+3 apply-profile scale # ! profile > scale -Ctrl+Shift+4 apply-profile interpolate # ! profile > interpolate -Ctrl+Shift+5 apply-profile 3d # ! profile > 3d fix +Ctrl+Shift+0 apply-profile reset #! profiles > reset +Ctrl+Shift+1 apply-profile anime #! profiles > anime +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 |