root/data/resources/shortcuts-dialog.ui

<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <object class="AdwShortcutsDialog" id="shortcuts_dialog">
    <child>
      <object class="AdwShortcutsSection">
        <property name="title" translatable="yes" context="shortcut dialog">General</property>
        <child>
          <object class="AdwShortcutsItem">
            <property name="title" translatable="yes" context="shortcut dialog">Show Shortcuts</property>
            <property name="action-name">app.shortcuts</property>
          </object>
        </child>

        <child>
          <object class="AdwShortcutsItem">
            <property name="title" translatable="yes" context="shortcut dialog">Quit</property>
            <property name="action-name">app.quit</property>
          </object>
        </child>

        <child>
          <object class="AdwShortcutsItem">
            <property name="title" translatable="yes" context="shortcut dialog">Go to Browse</property>
            <property name="action-name">app.open-browse</property>
          </object>
        </child>


        <child>
          <object class="AdwShortcutsItem">
            <property name="title" translatable="yes" context="shortcut dialog">Go to image</property>
            <property name="action-name">app.open-image</property>
          </object>
        </child>

        <child>
          <object class="AdwShortcutsItem">
            <property name="title" translatable="yes" context="shortcut dialog">Go to Settings</property>
            <property name="action-name">app.preferences</property>
          </object>
        </child>

        <child>
          <object class="AdwShortcutsItem">
            <property name="title" translatable="yes" context="shortcut dialog">Load next Page</property>
            <property name="action-name">app.load-next-page</property>
          </object>
        </child>

        <child>
          <object class="AdwShortcutsItem">
            <property name="title" translatable="yes" context="shortcut dialog">Reload Index</property>
            <property name="action-name">app.reload-index</property>
          </object>
        </child>

      </object>
    </child>
  </object>
</interface>