Skip to content

Commit

Permalink
shortcuts-window: Update the entry for Page Down / Page Up
Browse files Browse the repository at this point in the history
Reverse the order of buttons so that it's clear that Page Down is
supposed to seek to the previous chapter and Page Up is supposed to seek
to the next chapter.

Fixes #968.
  • Loading branch information
gnome-mpv committed Jul 24, 2024
1 parent 0f24848 commit b027fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/celluloid-shortcuts-window.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ celluloid_shortcuts_window_init(CelluloidShortcutsWindow *wnd)
{"<Shift>downarrow <Shift>uparrow", _("Exact seek backward/forward 5 seconds")},
{"<Ctrl>Left <Ctrl>Right", _("Seek to previous/next subtitle")},
{"comma period", _("Step backward/forward a single frame")},
{"Page_Up Page_Down", _("Seek to the beginning of the previous/next chapter")},
{"Page_Down Page_Up", _("Seek to the beginning of the previous/next chapter")},
{NULL, NULL} };
const ShortcutEntry playback[]
= { {"bracketleft bracketright", _("Decrease/increase playback speed by 10%")},
Expand Down

0 comments on commit b027fa8

Please sign in to comment.