diff options
Diffstat (limited to 'ar/.config/mpv/input.conf')
| -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 |
