diff --git a/xed/resources/ui/xed-shortcuts.ui b/xed/resources/ui/xed-shortcuts.ui index 4e0c5af7..0c1e8fe8 100644 --- a/xed/resources/ui/xed-shortcuts.ui +++ b/xed/resources/ui/xed-shortcuts.ui @@ -105,7 +105,7 @@ 1 - F10 + F12 Show overview map diff --git a/xed/xed-ui.h b/xed/xed-ui.h index 010e57f9..c76d8a94 100644 --- a/xed/xed-ui.h +++ b/xed/xed-ui.h @@ -172,7 +172,7 @@ static const GtkToggleActionEntry xed_always_sensitive_toggle_menu_entries[] = { "ViewWordWrap", NULL, N_("_Word wrap"), "R", N_("Set word wrap for the current document"), G_CALLBACK (_xed_cmd_view_toggle_word_wrap), FALSE }, - { "ViewOverviewMap", NULL, N_("_Overview Map"), "F10", + { "ViewOverviewMap", NULL, N_("_Overview Map"), "F12", N_("Show or hide the overview map for the current view"), G_CALLBACK (_xed_cmd_view_toggle_overview_map), FALSE } };