summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorvanadiae <vanadiae35@gmail.com>2021-06-01 15:59:13 +0200
committerMichael Catanzaro <mcatanzaro@gnome.org>2021-06-12 21:52:25 +0000
commitb41370469dc408c802889058af072468e5b025dc (patch)
tree206f3deb92d44d07fb7a9d900c3f85c887905574 /src/resources
parented35bb985e808056ff259be766bc09dc71b3ca6d (diff)
downloadepiphany-b41370469dc408c802889058af072468e5b025dc.tar.gz
window: Add shortcut to show bookmarks list
Most buttons in the headerbar have a shortcut to activate them, which is nice given that using Tab to reach them is long because of all the UI elements in the web page that take precedence. But the bookmarks list popover doesn't have one, so let's add one :)
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/gtk/shortcuts-dialog.ui7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/resources/gtk/shortcuts-dialog.ui b/src/resources/gtk/shortcuts-dialog.ui
index 947d79d13..1a94fadf1 100644
--- a/src/resources/gtk/shortcuts-dialog.ui
+++ b/src/resources/gtk/shortcuts-dialog.ui
@@ -236,6 +236,13 @@
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
+ <property name="title" translatable="yes" context="shortcut window">Show bookmarks list</property>
+ <property name="accelerator">&lt;alt&gt;&lt;Primary&gt;D</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">True</property>
<property name="title" translatable="yes" context="shortcut window">Import bookmarks</property>
<property name="accelerator">&lt;Shift&gt;&lt;Primary&gt;M</property>
</object>