changed position of genre filter in ShortcutsWindow

This commit is contained in:
Martin Wagner 2021-10-21 10:11:30 +02:00
parent cbe9cdd939
commit 7aacf9b064

View File

@ -3569,8 +3569,8 @@ class ShortcutsWindow(Gtk.ShortcutsWindow):
("<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>g", _("Toggle genre filter"), None, window_group),
("<Control>l", _("Toggle lyrics"), None, window_group),
("<Control>f", _("Toggle search"), None, window_group),
("Escape", _("Back to current album"), None, window_group),
("space", _("Play/Pause"), None, playback_group),