diff options
Diffstat (limited to 'ar/.config/mpv/input.conf')
| -rw-r--r-- | ar/.config/mpv/input.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ar/.config/mpv/input.conf b/ar/.config/mpv/input.conf index a2cb715..87e7fe3 100644 --- a/ar/.config/mpv/input.conf +++ b/ar/.config/mpv/input.conf @@ -104,12 +104,14 @@ TAB script-binding visibility 7 seek 70 absolute-percent # Seek 70% of a video 8 seek 80 absolute-percent # Seek 80% of a video 9 seek 90 absolute-percent # Seek 90% of a video +( seek 99 absolute-percent # Seek 99% of a video 0 seek 0 absolute-percent # Seek 0% of a video +) seek 99.9 absolute-percent # Seek 99.9% of a video alt+1 set current-window-scale 0.5 # Halve the window size alt+2 set current-window-scale 1.0 # Reset the window size alt+3 set current-window-scale 2.0 # Double the window size -- seek 99 absolute-percent # Seek 99% of a video -+ seek 99.9 absolute-percent # Seek 99.9% of a video +- add video-zoom -0.1 # Zoom out ++ add video-zoom 0.1 # Zoom in [ script-binding UndoRedo/undo # Jump to previous position { script-binding UndoRedo/undoCaps # Jump to previous position ] script-binding UndoRedo/redo # Jump to undo position |
