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