source: trunk/third/gnome-applets/gswitchit/gswitchit.schemas.in @ 20910

Revision 20910, 3.2 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20909, which included commits to RCS files with non-trunk default branches.
Line 
1<gconfschemafile>
2  <schemalist>
3    <schema>
4      <key>/schemas/apps/gswitchit/Applet/secondary</key>
5
6      <applyto>/apps/gswitchit/Applet/secondary</applyto>
7
8      <owner>gswitchit</owner>   
9
10      <type>int</type>
11
12      <default>0</default>
13
14      <locale name="C">
15         <short>Secondary groups</short>
16         <long>Secondary groups</long>
17      </locale>
18    </schema>
19     
20    <schema>
21      <key>/schemas/apps/gswitchit/Applet/debugLevel</key>
22
23      <applyto>/apps/gswitchit/Applet/debugLevel</applyto>
24
25      <owner>gswitchit</owner>
26
27      <type>int</type>
28
29      <default>0</default>
30
31      <locale name="C">
32         <short>Debug level</short>
33         <long>Debug level</long>
34      </locale>
35    </schema>
36
37    <schema>
38      <key>/schemas/apps/gswitchit/Applet/beep</key>
39
40      <applyto>/apps/gswitchit/Applet/beep</applyto>
41
42      <owner>gswitchit</owner>   
43
44      <type>bool</type>
45
46      <default>false</default>
47
48      <locale name="C">
49        <short>Beep on group switch</short>
50        <long>Beep on group switch</long>
51      </locale>
52    </schema>
53
54    <schema>
55      <key>/schemas/apps/gswitchit/Applet/groupPerWindow</key>
56
57      <applyto>/apps/gswitchit/Applet/groupPerWindow</applyto>
58
59      <owner>gswitchit</owner>   
60
61      <type>bool</type>
62
63      <default>true</default>
64
65      <locale name="C">
66        <short>Keep and manage separate group per window</short>
67        <long>Keep and manage separate group per window</long>
68      </locale>
69    </schema>
70
71    <schema>
72      <key>/schemas/apps/gswitchit/Applet/handleIndicators</key>
73
74      <applyto>/apps/gswitchit/Applet/handleIndicators</applyto>
75
76      <owner>gswitchit</owner>   
77
78      <type>bool</type>
79
80      <default>false</default>
81
82      <locale name="C">
83        <short>Save/restore indicators together with layout groups</short>
84        <long>Save/restore indicators together with layout groups</long>
85      </locale>
86    </schema>
87
88    <schema>
89      <key>/schemas/apps/gswitchit/Applet/layoutNamesAsGroupNames</key>
90
91      <applyto>/apps/gswitchit/Applet/layoutNamesAsGroupNames</applyto>
92
93      <owner>gswitchit</owner>   
94
95      <type>bool</type>
96
97      <default>true</default>
98
99      <locale name="C">
100        <short>Show layout names instead of group names</short>
101        <long>Show layout names instead of group names (only for versions of XFree supporting multiple layouts)</long>
102      </locale>
103    </schema>
104   
105    <schema>
106      <key>/schemas/apps/gswitchit/Applet/showFlags</key>
107
108      <applyto>/apps/gswitchit/Applet/showFlags</applyto>
109
110      <owner>gswitchit</owner>   
111
112      <type>bool</type>
113
114      <default>false</default>
115
116      <locale name="C">
117        <short>Show flags in the applet</short>
118        <long>Show flags in the applet to indicate the current layout</long>
119      </locale>
120    </schema>
121
122    <schema>
123      <key>/schemas/apps/gswitchit/Applet/defaultGroup</key>
124
125      <applyto>/apps/gswitchit/Applet/defaultGroup</applyto>
126
127      <owner>gswitchit</owner>   
128
129      <type>int</type>
130
131      <default>-1</default>
132
133      <locale name="C">
134        <short>Default group, assigned on window creation</short>
135        <long>Default group, assigned on window creation</long>
136      </locale>
137    </schema>
138
139  </schemalist>
140</gconfschemafile>
Note: See TracBrowser for help on using the repository browser.