Skip to content

Commit b21b983

Browse files
author
raveit65
committed
EomWindow: Switch keyboard shortcuts for sidebar and gallery
This makes eom behave the same as other MATE apps, like Caja and pluma. inspired by: https://gitlab.gnome.org/GNOME/eog/commit/af2c96
1 parent d066bae commit b21b983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/eom-window.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3729,10 +3729,10 @@ static const GtkToggleActionEntry toggle_entries_window[] = {
37293729
{ "ViewStatusbar", NULL, N_("_Statusbar"), NULL,
37303730
N_("Changes the visibility of the statusbar in the current window"),
37313731
G_CALLBACK (eom_window_cmd_show_hide_bar), TRUE },
3732-
{ "ViewImageCollection", "eom-image-collection", N_("_Image Collection"), "F9",
3732+
{ "ViewImageCollection", "eom-image-collection", N_("_Image Collection"), "<control>F9",
37333733
N_("Changes the visibility of the image collection pane in the current window"),
37343734
G_CALLBACK (eom_window_cmd_show_hide_bar), TRUE },
3735-
{ "ViewSidebar", NULL, N_("Side _Pane"), "<control>F9",
3735+
{ "ViewSidebar", NULL, N_("Side _Pane"), "F9",
37363736
N_("Changes the visibility of the side pane in the current window"),
37373737
G_CALLBACK (eom_window_cmd_show_hide_bar), TRUE },
37383738
};

0 commit comments

Comments
 (0)