Skip to content

Commit

Permalink
EomWindow: Switch keyboard shortcuts for sidebar and gallery
Browse files Browse the repository at this point in the history
This makes eom behave the same as other MATE apps,
like Caja and pluma.

inspired by:
https://gitlab.gnome.org/GNOME/eog/commit/af2c96
  • Loading branch information
raveit65 committed Aug 15, 2018
1 parent d066bae commit b21b983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/eom-window.c
Expand Up @@ -3729,10 +3729,10 @@ static const GtkToggleActionEntry toggle_entries_window[] = {
{ "ViewStatusbar", NULL, N_("_Statusbar"), NULL, { "ViewStatusbar", NULL, N_("_Statusbar"), NULL,
N_("Changes the visibility of the statusbar in the current window"), N_("Changes the visibility of the statusbar in the current window"),
G_CALLBACK (eom_window_cmd_show_hide_bar), TRUE }, G_CALLBACK (eom_window_cmd_show_hide_bar), TRUE },
{ "ViewImageCollection", "eom-image-collection", N_("_Image Collection"), "F9", { "ViewImageCollection", "eom-image-collection", N_("_Image Collection"), "<control>F9",
N_("Changes the visibility of the image collection pane in the current window"), N_("Changes the visibility of the image collection pane in the current window"),
G_CALLBACK (eom_window_cmd_show_hide_bar), TRUE }, G_CALLBACK (eom_window_cmd_show_hide_bar), TRUE },
{ "ViewSidebar", NULL, N_("Side _Pane"), "<control>F9", { "ViewSidebar", NULL, N_("Side _Pane"), "F9",
N_("Changes the visibility of the side pane in the current window"), N_("Changes the visibility of the side pane in the current window"),
G_CALLBACK (eom_window_cmd_show_hide_bar), TRUE }, G_CALLBACK (eom_window_cmd_show_hide_bar), TRUE },
}; };
Expand Down

0 comments on commit b21b983

Please sign in to comment.