diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-03-08 16:02:57 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-03-08 16:02:57 +0900 |
| commit | fb8c9e4eeb062a99f3b7232433c4ba8bb0917ea5 (patch) | |
| tree | 3726df22cd237ad627ab99f6dc96886bc32fedd1 /ar/.config/mpv | |
| parent | af60476d30fb0003963ee10d0b53869f89c72f89 (diff) | |
updates
Diffstat (limited to 'ar/.config/mpv')
| -rw-r--r-- | ar/.config/mpv/input.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ar/.config/mpv/input.conf b/ar/.config/mpv/input.conf index 13725fd..a2cb715 100644 --- a/ar/.config/mpv/input.conf +++ b/ar/.config/mpv/input.conf @@ -19,13 +19,13 @@ ctrl+a no-osd seek -180 exact; script-message-to misc show-position shift+a no-osd seek -30 exact; script-message-to misc show-position # Seek exactly 30 second backward v script-binding showplaylist # Playlist in current path shift+v script-binding navigator # Playlist in all path -alt+v vf toggle vflip # Flip vertically +alt+v vf toggle vflip # Flip vertically c no-osd seek 15 exact; script-message-to misc show-position # Seek exactly 5 seconds forward -ctrl+c no-osd seek -300 exact; script-message-to misc show-position # Seek exactly 180 second backward +ctrl+c no-osd seek 300 exact; script-message-to misc show-position # Seek exactly 300 second backward shift+c no-osd seek 60 exact; script-message-to misc show-position # Seek exactly 5 seconds forward alt+c add video-zoom 0.1 # Zoom in z no-osd seek -15 exact; script-message-to misc show-position # Seek exactly 5 seconds backward -ctrl+z no-osd seek 300 exact; script-message-to misc show-position # Seek exactly 180 second backward +ctrl+z no-osd seek -300 exact; script-message-to misc show-position # Seek exactly 300 second backward shift+z no-osd seek -60 exact; script-message-to misc show-position # Seek exactly 5 seconds backward alt+z add video-zoom -0.1 # Zoom out q no-osd sub-seek -1 # Seek to the previous subtitle |
