summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvanadiae <vanadiae35@gmail.com>2020-07-28 22:20:19 +0200
committervanadiae <vanadiae35@gmail.com>2020-07-29 22:39:28 +0200
commitfeed0dd4d6c5b2aaf6fea7897b88af42d67f7d5a (patch)
tree0b67980358f3a41aa4c0f4a63fe6f4bddd639aec
parent32877aebd06d6620f062feccec56b1c66a824eb4 (diff)
downloadepiphany-feed0dd4d6c5b2aaf6fea7897b88af42d67f7d5a.tar.gz
shortcuts-list: use the commonly used shortcut Ctrl+?
This shortcut is used by any GNOME application out there. This is helpful to have the same one everywhere to minimize friction when using Epiphany. Fixes #1078
-rw-r--r--src/ephy-shell.c2
-rw-r--r--src/resources/gtk/shortcuts-dialog.ui2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index 0c9d95853..5c9e71caa 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -514,7 +514,7 @@ ephy_shell_startup (GApplication *application)
set_accel_for_action (shell, "app.reopen-closed-tab", "<Primary><Shift>t");
set_accel_for_action (shell, "app.import-bookmarks", "<Primary><Shift>m");
set_accel_for_action (shell, "app.export-bookmarks", "<Primary><Shift>x");
- set_accel_for_action (shell, "app.shortcuts", "<Primary>F1");
+ set_accel_for_action (shell, "app.shortcuts", "<Primary>question");
set_accel_for_action (shell, "app.help", "F1");
} else {
g_action_map_add_action_entries (G_ACTION_MAP (application),
diff --git a/src/resources/gtk/shortcuts-dialog.ui b/src/resources/gtk/shortcuts-dialog.ui
index ecfcfa596..947d79d13 100644
--- a/src/resources/gtk/shortcuts-dialog.ui
+++ b/src/resources/gtk/shortcuts-dialog.ui
@@ -73,7 +73,7 @@
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes" context="shortcut window">Shortcuts</property>
- <property name="accelerator">&lt;Primary&gt;F1</property>
+ <property name="accelerator">&lt;Primary&gt;question</property>
</object>
</child>
</object>