28 lines
939 B
XML
28 lines
939 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
DO NOT EDIT!
|
|
This file was @generated by blueprint-compiler. Instead, edit the
|
|
corresponding .blp file and regenerate this file with blueprint-compiler.
|
|
-->
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<object class="AdwShortcutsDialog">
|
|
<child>
|
|
<object class="AdwShortcutsSection">
|
|
<property name="title" translatable="yes">Shortcuts</property>
|
|
<child>
|
|
<object class="AdwShortcutsItem">
|
|
<property name="title" translatable="yes">Show Shortcuts</property>
|
|
<property name="action-name">app.shortcuts</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwShortcutsItem">
|
|
<property name="title" translatable="yes">Quit</property>
|
|
<property name="action-name">app.quit</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface> |