Skip to content

Commit 647bfd2

Browse files
committed
Use F12 for the minimap
F10 is used for sorting in one of the plugins. Fixes #645
1 parent c3b7079 commit 647bfd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xed/resources/ui/xed-shortcuts.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<child>
106106
<object class="GtkShortcutsShortcut">
107107
<property name="visible">1</property>
108-
<property name="accelerator">F10</property>
108+
<property name="accelerator">F12</property>
109109
<property name="title" translatable="yes">Show overview map</property>
110110
</object>
111111
</child>

xed/xed-ui.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ static const GtkToggleActionEntry xed_always_sensitive_toggle_menu_entries[] =
172172
{ "ViewWordWrap", NULL, N_("_Word wrap"), "<control>R",
173173
N_("Set word wrap for the current document"),
174174
G_CALLBACK (_xed_cmd_view_toggle_word_wrap), FALSE },
175-
{ "ViewOverviewMap", NULL, N_("_Overview Map"), "F10",
175+
{ "ViewOverviewMap", NULL, N_("_Overview Map"), "F12",
176176
N_("Show or hide the overview map for the current view"),
177177
G_CALLBACK (_xed_cmd_view_toggle_overview_map), FALSE }
178178
};

0 commit comments

Comments
 (0)