shortcuts-dialog.ui 814 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <interface>
  3. <object class="AdwShortcutsDialog" id="shortcuts_dialog">
  4. <child>
  5. <object class="AdwShortcutsSection">
  6. <property name="title" translatable="yes">Shortcuts</property>
  7. <child>
  8. <object class="AdwShortcutsItem">
  9. <property name="title" translatable="yes" context="shortcut window">Show Shortcuts</property>
  10. <property name="action-name">app.shortcuts</property>
  11. </object>
  12. </child>
  13. <child>
  14. <object class="AdwShortcutsItem">
  15. <property name="title" translatable="yes" context="shortcut window">Quit</property>
  16. <property name="action-name">app.quit</property>
  17. </object>
  18. </child>
  19. </object>
  20. </child>
  21. </object>
  22. </interface>