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