Skip to content

Commit

Permalink
shortcuts-window: Add shortcuts for pan/zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
gnome-mpv committed May 14, 2024
1 parent ab65ce4 commit f105fc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/celluloid-shortcuts-window.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ celluloid_shortcuts_window_init(CelluloidShortcutsWindow *wnd)
{"7 8", _("Adjust saturation")},
{"d", _("Activate or deactivate deinterlacer")},
{"<Shift>a", _("Cycle aspect ratio override")},

{"<Alt>Left <Alt>Right <Alt>Up <Alt>Down", _("Pan the video")},
{"<Alt>plus <Alt>minus", _("Zoom in/out")},
{"<Alt>BackSpace", _("Reset pan/zoom settings")},

{NULL, NULL} };
const ShortcutGroup groups[]
= { {_("User Interface"), general},
Expand Down

0 comments on commit f105fc2

Please sign in to comment.