blob: acecc6b2d80ee9386a608760c1a48ed47d50ee85 (
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>
|