summaryrefslogtreecommitdiff
path: root/mini-commander/src/mini-commander-global.schemas.in
diff options
context:
space:
mode:
Diffstat (limited to 'mini-commander/src/mini-commander-global.schemas.in')
-rw-r--r--mini-commander/src/mini-commander-global.schemas.in31
1 files changed, 31 insertions, 0 deletions
diff --git a/mini-commander/src/mini-commander-global.schemas.in b/mini-commander/src/mini-commander-global.schemas.in
new file mode 100644
index 00000000..b9714085
--- /dev/null
+++ b/mini-commander/src/mini-commander-global.schemas.in
@@ -0,0 +1,31 @@
+<mateconfschemafile>
+ <schemalist>
+
+ <schema>
+ <key>/schemas/apps/mini-commander-global/macro_patterns</key>
+ <applyto>/apps/mini-commander/macro_patterns</applyto>
+ <owner>mini-commander-applet</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[blah]</default> <!-- The default list is set by mc-install-default-macros -->
+ <locale name="C">
+ <short>Macro pattern list</short>
+ <long>List of MateConfValue entries containing strings for the macro patterns.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mini-commander-global/macro_commands</key>
+ <applyto>/apps/mini-commander/macro_commands</applyto>
+ <owner>mini-commander-applet</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[blah]</default> <!-- The default list is set by mc-install-default-macros -->
+ <locale name="C">
+ <short>Macro command list</short>
+ <long>List of MateConfValue entries containing strings for the macro commands.</long>
+ </locale>
+ </schema>
+
+ </schemalist>
+</mateconfschemafile>