diff options
Diffstat (limited to 'ar/.config/mpv/input.conf')
| -rw-r--r-- | ar/.config/mpv/input.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ar/.config/mpv/input.conf b/ar/.config/mpv/input.conf index 87e7fe3..da86c5d 100644 --- a/ar/.config/mpv/input.conf +++ b/ar/.config/mpv/input.conf @@ -110,8 +110,9 @@ TAB script-binding visibility 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 -- add video-zoom -0.1 # Zoom out -+ add video-zoom 0.1 # Zoom in +- add video-zoom -0.1 # Zoom out += set video-zoom 0 # Zoom reset ++ 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 |
