1<schemalist gettext-domain="@GETTEXT_PACKAGE@">
2    <schema id="org.mate.control-center.keybinding">
3        <key name="binding" type="s">
4            <default>''</default>
5            <summary>Keybinding</summary>
6            <description>Keybinding associated with a custom shortcut.</description>
7        </key>
8        <key name="action" type="s">
9            <default>''</default>
10            <summary>Command</summary>
11            <description>Command associated with a custom keybinding.</description>
12        </key>
13        <key name="name" type="s">
14            <default>''</default>
15            <summary>Name</summary>
16            <description>Description associated with a custom keybinding.</description>
17        </key>
18    </schema>
19</schemalist>
20