summaryrefslogtreecommitdiff
path: root/mini-commander/src/mini-commander.schemas.in
blob: 2d5413de3811de218dfd50130fe67e36dc65a939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
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>