summaryrefslogtreecommitdiff
path: root/mini-commander/src/mini-commander.schemas.in
diff options
context:
space:
mode:
Diffstat (limited to 'mini-commander/src/mini-commander.schemas.in')
-rw-r--r--mini-commander/src/mini-commander.schemas.in193
1 files changed, 193 insertions, 0 deletions
diff --git a/mini-commander/src/mini-commander.schemas.in b/mini-commander/src/mini-commander.schemas.in
new file mode 100644
index 00000000..2d5413de
--- /dev/null
+++ b/mini-commander/src/mini-commander.schemas.in
@@ -0,0 +1,193 @@
+<mateconfschemafile>
+ <schemalist>
+
+ <schema>
+ <key>/schemas/apps/mini-commander/prefs/show_handle</key>
+ <owner>mini-commander-applet</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Show handle</short>
+ <long>Show a handle so the applet can be detached from the panel.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mini-commander/prefs/show_frame</key>
+ <owner>mini-commander-applet</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Show frame</short>
+ <long>Show a frame surrounding the applet.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mini-commander/prefs/autocomplete_history</key>
+ <owner>mini-commander-applet</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Perform history autocompletion</short>
+ <long>Attempt to autocomplete a command from the history of commands entered.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mini-commander/prefs/normal_size_x</key>
+ <owner>mini-commander-applet</owner>
+ <type>int</type>
+ <default>150</default>
+ <locale name="C">
+ <short>Width</short>
+ <long>Width of the applet</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mini-commander/prefs/normal_size_y</key>
+ <owner>mini-commander-applet</owner>
+ <type>int</type>
+ <default>48</default>
+ <locale name="C">
+ <short>Not used anymore</short>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mini-commander/prefs/cmd_line_y</key>
+ <owner>mini-commander-applet</owner>
+ <type>int</type>
+ <default>24</default>
+ <locale name="C">
+ <short>Not used anymore</short>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mini-commander/prefs/show_default_theme</key>
+ <owner>mini-commander-applet</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Use the default theme colors</short>
+ <long>Use theme colors instead of custom ones.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r</key>
+ <owner>mini-commander-applet</owner>
+ <type>int</type>
+ <default>64613</default>
+ <locale name="C">
+ <short>Foreground color, red component</short>
+ <long>The red component of the foreground color.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g</key>
+ <owner>mini-commander-applet</owner>
+ <type>int</type>
+ <default>64613</default>
+ <locale name="C">
+ <short>Foreground color, green component</short>
+ <long>The green component of the foreground color.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b</key>
+ <owner>mini-commander-applet</owner>
+ <type>int</type>
+ <default>64613</default>
+ <locale name="C">
+ <short>Foreground color, blue component</short>
+ <long>The blue component of the foreground color.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r</key>
+ <owner>mini-commander-applet</owner>
+ <type>int</type>
+ <default>0</default>
+ <locale name="C">
+ <short>Background color, red component</short>
+ <long>The red component of the background color.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g</key>
+ <owner>mini-commander-applet</owner>
+ <type>int</type>
+ <default>0</default>
+ <locale name="C">
+ <short>Background color, green component</short>
+ <long>The green component of the background color.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b</key>
+ <owner>mini-commander-applet</owner>
+ <type>int</type>
+ <default>0</default>
+ <locale name="C">
+ <short>Background color, blue component</short>
+ <long>The blue component of the background color.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mini-commander/prefs/history</key>
+ <owner>mini-commander-applet</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[]</default>
+ <locale name="C">
+ <short>History list</short>
+ <long>List of MateConfValue entries containing strings for history entries.</long>
+ </locale>
+ </schema>
+
+ <!--
+ Keep these deprecated keys around in order to keep older configurations
+ working correctly. See bug #91194
+ -->
+
+ <schema>
+ <key>/schemas/apps/mini-commander/prefs/macro_patterns</key>
+ <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>
+ This per-applet key is deprecated in favour of the global key,
+ /schemas/apps/mini-commander-global/macro_patterns.
+ </long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mini-commander/prefs/macro_commands</key>
+ <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>
+ This per-applet key is deprecated in favour of the global key,
+ /schemas/apps/mini-commander-global/macro_patterns.
+ </long>
+ </locale>
+ </schema>
+
+ </schemalist>
+</mateconfschemafile>