Skip to content

Commit

Permalink
Use F12 for the minimap
Browse files Browse the repository at this point in the history
F10 is used for sorting in one of the plugins.

Fixes #645
  • Loading branch information
clefebvre committed Jun 11, 2024
1 parent c3b7079 commit 647bfd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xed/resources/ui/xed-shortcuts.ui
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator">F10</property>
<property name="accelerator">F12</property>
<property name="title" translatable="yes">Show overview map</property>
</object>
</child>
Expand Down
2 changes: 1 addition & 1 deletion xed/xed-ui.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ static const GtkToggleActionEntry xed_always_sensitive_toggle_menu_entries[] =
{ "ViewWordWrap", NULL, N_("_Word wrap"), "<control>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 }
};
Expand Down

0 comments on commit 647bfd2

Please sign in to comment.