~ubuntu-branches/ubuntu/precise/libgnomekbd/precise

« back to all changes in this revision

Viewing changes to libgnomekbd/desktop_gnome_peripherals_keyboard_xkb.schemas.in

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2011-03-21 13:22:31 UTC
  • mfrom: (1.3.6 upstream) (3.2.13 experimental)
  • Revision ID: james.westby@ubuntu.com-20110321132231-zoay06noilk1thky
Tags: 2.91.91-2
* debian/libgnomekbd-common.install:
  - Install /usr/share/GConf/gsettings and /usr/share/libgnomekbd/icons
  - Add libatk1.0-dev (>= 1.32.0-2~) build-dep to be sure we have .gir file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<gconfschemafile>
3
 
  <schemalist>
4
 
    <schema>
5
 
      <key>/schemas/desktop/gnome/peripherals/keyboard/kbd/model</key>
6
 
      <applyto>/desktop/gnome/peripherals/keyboard/kbd/model</applyto>
7
 
      <owner>gnome</owner>    
8
 
      <type>string</type>
9
 
      <default></default>
10
 
      <locale name="C">
11
 
        <short>Keyboard model</short>
12
 
        <long>keyboard model</long>
13
 
      </locale>
14
 
    </schema>
15
 
 
16
 
    <schema>
17
 
      <key>/schemas/desktop/gnome/peripherals/keyboard/kbd/layouts</key>
18
 
      <applyto>/desktop/gnome/peripherals/keyboard/kbd/layouts</applyto>
19
 
      <owner>gnome</owner>    
20
 
      <type>list</type>
21
 
      <list_type>string</list_type>
22
 
      <default>[]</default>
23
 
      <locale name="C">
24
 
        <short>Keyboard layout</short>
25
 
        <long>keyboard layout</long>
26
 
      </locale>
27
 
    </schema>
28
 
 
29
 
    <schema>
30
 
      <key>/schemas/desktop/gnome/peripherals/keyboard/kbd/options</key>
31
 
      <applyto>/desktop/gnome/peripherals/keyboard/kbd/options</applyto>
32
 
      <owner>gnome</owner>    
33
 
      <type>list</type>
34
 
      <list_type>string</list_type>
35
 
      <default>[]</default>
36
 
      <locale name="C">
37
 
        <short>Keyboard options</short>
38
 
        <long>Keyboard options</long>
39
 
      </locale>
40
 
    </schema>
41
 
 
42
 
    <schema>
43
 
      <key>/schemas/desktop/gnome/peripherals/keyboard/general/update_handlers</key>
44
 
      <applyto>/desktop/gnome/peripherals/keyboard/general/update_handlers</applyto>
45
 
      <owner>gnome</owner>    
46
 
      <type>list</type>
47
 
      <list_type>string</list_type>
48
 
      <default>[]</default>
49
 
      <locale name="C">
50
 
        <short>Keyboard Update Handlers</short>
51
 
        <long>A collection of scripts to run whenever the keyboard state is
52
 
                reloaded.  Useful for re-applying xmodmap based adjustments</long>
53
 
      </locale>
54
 
    </schema>
55
 
 
56
 
    <schema>
57
 
      <key>/schemas/desktop/gnome/peripherals/keyboard/general/known_file_list</key>
58
 
      <applyto>/desktop/gnome/peripherals/keyboard/general/known_file_list</applyto>
59
 
      <owner>gnome</owner>    
60
 
      <type>list</type>
61
 
      <list_type>string</list_type>
62
 
      <default>[]</default>
63
 
      <locale name="C">
64
 
        <short>modmap file list</short>
65
 
        <long>A list of modmap files available in the $HOME directory.</long>
66
 
      </locale>
67
 
    </schema>
68
 
 
69
 
 
70
 
    <schema>
71
 
      <key>/schemas/desktop/gnome/peripherals/keyboard/general/defaultGroup</key>
72
 
      <applyto>/desktop/gnome/peripherals/keyboard/general/defaultGroup</applyto>
73
 
      <owner>gnome</owner>    
74
 
      <type>int</type>
75
 
      <default>-1</default>
76
 
      <locale name="C">
77
 
        <short>Default group, assigned on window creation</short>
78
 
        <long>Default group, assigned on window creation</long>
79
 
      </locale>
80
 
    </schema>
81
 
 
82
 
    <schema>
83
 
      <key>/schemas/desktop/gnome/peripherals/keyboard/general/groupPerWindow</key>
84
 
      <applyto>/desktop/gnome/peripherals/keyboard/general/groupPerWindow</applyto>
85
 
      <owner>gnome</owner>    
86
 
      <type>bool</type>
87
 
      <default>true</default>
88
 
      <locale name="C">
89
 
        <short>Keep and manage separate group per window</short>
90
 
        <long>Keep and manage separate group per window</long>
91
 
      </locale>
92
 
    </schema>
93
 
 
94
 
    <schema>
95
 
      <key>/schemas/desktop/gnome/peripherals/keyboard/general/handleIndicators</key>
96
 
      <applyto>/desktop/gnome/peripherals/keyboard/general/handleIndicators</applyto>
97
 
      <owner>gnome</owner>    
98
 
      <type>bool</type>
99
 
      <default>false</default>
100
 
      <locale name="C">
101
 
        <short>Save/restore indicators together with layout groups</short>
102
 
        <long>Save/restore indicators together with layout groups</long>
103
 
      </locale>
104
 
    </schema>
105
 
 
106
 
    <schema>
107
 
      <key>/schemas/desktop/gnome/peripherals/keyboard/general/layoutNamesAsGroupNames</key>
108
 
      <applyto>/desktop/gnome/peripherals/keyboard/general/layoutNamesAsGroupNames</applyto>
109
 
      <owner>gnome</owner>    
110
 
      <type>bool</type>
111
 
      <default>true</default>
112
 
      <locale name="C">
113
 
        <short>Show layout names instead of group names</short>
114
 
        <long>Show layout names instead of group names (only for versions of XFree supporting multiple layouts)</long>
115
 
      </locale>
116
 
    </schema>
117
 
 
118
 
    <schema>
119
 
      <key>/schemas/desktop/gnome/peripherals/keyboard/general/loadExtraItems</key>
120
 
      <applyto>/desktop/gnome/peripherals/keyboard/general/loadExtraItems</applyto>
121
 
      <owner>gnome</owner>    
122
 
      <type>bool</type>
123
 
      <default>false</default>
124
 
      <locale name="C">
125
 
        <short>Load extra configuration items</short>
126
 
        <long>Load exotic, rarely used layouts and options</long>
127
 
      </locale>
128
 
    </schema>
129
 
 
130
 
    <schema>
131
 
      <key>/schemas/desktop/gnome/peripherals/keyboard/general/disable_sysconfig_changed_warning</key>
132
 
      <applyto>/desktop/gnome/peripherals/keyboard/general/disable_sysconfig_changed_warning</applyto>
133
 
      <owner>gnome</owner>    
134
 
      <type>bool</type>
135
 
      <default>false</default>
136
 
      <locale name="C">
137
 
        <short>Suppress the "X sysconfig changed" warning message</short>
138
 
        <long>Suppress the "X sysconfig changed" warning message</long>
139
 
      </locale>
140
 
    </schema>
141
 
 
142
 
    <schema>
143
 
      <key>/schemas/desktop/gnome/peripherals/keyboard/preview/x</key>
144
 
      <applyto>/desktop/gnome/peripherals/keyboard/preview/x</applyto>
145
 
      <owner>gnome</owner>    
146
 
      <type>int</type>
147
 
      <default>-1</default>
148
 
      <locale name="C">
149
 
        <short>The Keyboard Preview, X offset</short>
150
 
        <long>The Keyboard Preview, X offset</long>
151
 
      </locale>
152
 
    </schema>
153
 
 
154
 
    <schema>
155
 
      <key>/schemas/desktop/gnome/peripherals/keyboard/preview/y</key>
156
 
      <applyto>/desktop/gnome/peripherals/keyboard/preview/y</applyto>
157
 
      <owner>gnome</owner>    
158
 
      <type>int</type>
159
 
      <default>-1</default>
160
 
      <locale name="C">
161
 
        <short>The Keyboard Preview, Y offset</short>
162
 
        <long>The Keyboard Preview, Y offset</long>
163
 
      </locale>
164
 
    </schema>
165
 
 
166
 
    <schema>
167
 
      <key>/schemas/desktop/gnome/peripherals/keyboard/preview/width</key>
168
 
      <applyto>/desktop/gnome/peripherals/keyboard/preview/width</applyto>
169
 
      <owner>gnome</owner>    
170
 
      <type>int</type>
171
 
      <default>-1</default>
172
 
      <locale name="C">
173
 
        <short>The Keyboard Preview, width</short>
174
 
        <long>The Keyboard Preview, width</long>
175
 
      </locale>
176
 
    </schema>
177
 
 
178
 
    <schema>
179
 
      <key>/schemas/desktop/gnome/peripherals/keyboard/preview/height</key>
180
 
      <applyto>/desktop/gnome/peripherals/keyboard/preview/height</applyto>
181
 
      <owner>gnome</owner>    
182
 
      <type>int</type>
183
 
      <default>-1</default>
184
 
      <locale name="C">
185
 
        <short>The Keyboard Preview, height</short>
186
 
        <long>The Keyboard Preview, height</long>
187
 
      </locale>
188
 
    </schema>
189
 
 
190
 
    <schema>
191
 
      <key>/schemas/desktop/gnome/peripherals/keyboard/indicator/secondary</key>
192
 
      <applyto>/desktop/gnome/peripherals/keyboard/indicator/secondary</applyto>
193
 
      <owner>gnome</owner>    
194
 
      <type>int</type>
195
 
      <default>0</default>
196
 
      <locale name="C">
197
 
         <short>Secondary groups</short>
198
 
         <long>Secondary groups</long>
199
 
      </locale>
200
 
    </schema>
201
 
     
202
 
    <schema>
203
 
      <key>/schemas/desktop/gnome/peripherals/keyboard/indicator/showFlags</key>
204
 
      <applyto>/desktop/gnome/peripherals/keyboard/indicator/showFlags</applyto>
205
 
      <owner>gnome</owner>    
206
 
      <type>bool</type>
207
 
      <default>false</default>
208
 
      <locale name="C">
209
 
        <short><!-- TRANSLATORS: real national flags -->
210
 
                      Show flags in the applet</short>
211
 
        <long><!-- TRANSLATORS: real national flags -->
212
 
                      Show flags in the applet to indicate the current layout</long>
213
 
      </locale>
214
 
    </schema>
215
 
 
216
 
    <schema>
217
 
      <key>/schemas/desktop/gnome/peripherals/keyboard/indicator/fontFamily</key>
218
 
      <applyto>/desktop/gnome/peripherals/keyboard/indicator/fontFamily</applyto>
219
 
      <owner>gnome</owner>    
220
 
      <type>string</type>
221
 
      <default></default>
222
 
      <locale name="C">
223
 
        <short>The font family</short>
224
 
        <long>The font family for the layout indicator</long>
225
 
      </locale>
226
 
    </schema>
227
 
 
228
 
    <schema>
229
 
      <key>/schemas/desktop/gnome/peripherals/keyboard/indicator/fontSize</key>
230
 
      <applyto>/desktop/gnome/peripherals/keyboard/indicator/fontSize</applyto>
231
 
      <owner>gnome</owner>    
232
 
      <type>int</type>
233
 
      <default>10</default>
234
 
      <locale name="C">
235
 
        <short>The font size</short>
236
 
        <long>The font size for the layout indicator</long>
237
 
      </locale>
238
 
    </schema>
239
 
 
240
 
    <schema>
241
 
      <key>/schemas/desktop/gnome/peripherals/keyboard/indicator/foregroundColor</key>
242
 
      <applyto>/desktop/gnome/peripherals/keyboard/indicator/foregroundColor</applyto>
243
 
      <owner>gnome</owner>    
244
 
      <type>string</type>
245
 
      <default></default>
246
 
      <locale name="C">
247
 
        <short>The foreground color</short>
248
 
        <long>The foreground color for the layout indicator</long>
249
 
      </locale>
250
 
    </schema>
251
 
 
252
 
    <schema>
253
 
      <key>/schemas/desktop/gnome/peripherals/keyboard/indicator/backgroundColor</key>
254
 
      <applyto>/desktop/gnome/peripherals/keyboard/indicator/backgroundColor</applyto>
255
 
      <owner>gnome</owner>    
256
 
      <type>string</type>
257
 
      <default></default>
258
 
      <locale name="C">
259
 
        <short>The background color</short>
260
 
        <long>The background color for the layout indicator</long>
261
 
      </locale>
262
 
    </schema>
263
 
 
264
 
    <schema>
265
 
      <key>/schemas/desktop/gnome/peripherals/keyboard/indicator/enabledPlugins</key>
266
 
      <applyto>/desktop/gnome/peripherals/keyboard/indicator/enabledPlugins</applyto>
267
 
      <owner>gnome</owner>    
268
 
      <type>list</type>
269
 
      <list_type>string</list_type>
270
 
      <default>[]</default>
271
 
      <locale name="C">
272
 
        <short>The list of enabled Keyboard Indicator plugins</short>
273
 
        <long>The list of enabled Keyboard Indicator plugins</long>
274
 
      </locale>
275
 
    </schema>
276
 
  </schemalist>
277
 
</gconfschemafile>