application-main-window: Add shortcut to select inbox

Closes: https://gitlab.gnome.org/GNOME/geary/-/issues/1108
This commit is contained in:
Jeremias Ortega 2021-01-17 16:55:49 -06:00
parent 738aed0da6
commit e0fab92d3c
No known key found for this signature in database
GPG key ID: 352A7AAD8F058B66
2 changed files with 32 additions and 0 deletions

View file

@ -389,6 +389,13 @@
<object class="GtkShortcutsGroup">
<property name="visible">True</property>
<property name="title" translatable="yes" context="shortcut window">Keyboard navigation</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes" context="shortcut window">Select inbox</property>
<property name="accelerator">&lt;Alt&gt;1...9</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>