fixed ShortcutsWindow column layout

This commit is contained in:
Martin Wagner
2020-09-30 13:00:24 +02:00
parent 58bd394765
commit 2f35fd28fb
3 changed files with 148 additions and 139 deletions

View File

@ -3395,7 +3395,8 @@ class ShortcutsWindow(Gtk.ShortcutsWindow):
("F10", _("Open menu"), None, general_group),
("F5", _("Update database"), None, general_group),
("<Control>q", _("Quit"), None, general_group),
("<Control>p <Shift><Control>p", _("Cycle through profiles"), None, window_group),
("<Control>p", _("Cycle through profiles"), None, window_group),
("<Shift><Control>p", _("Cycle through profiles in reversed order"), None, window_group),
("<Control>m", _("Toggle mini player"), None, window_group),
("<Control>l", _("Toggle lyrics"), None, window_group),
("<Control>f", _("Toggle search"), None, window_group),