source: trunk/third/gok/gok-with-references.schemas.in @ 21432

Revision 21432, 51.0 KB checked in by ghudson, 19 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21431, which included commits to RCS files with non-trunk default branches.
Line 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15<!-- Please do not modify this file directly but rather modify
16     gok-with-references.schemas.m4, this file is generated from it.
17     If you modify gok-with-references.schemas.m4 and commit it to CVS
18     then please also commit the new gok-with-references.schemas.in
19     that is generated from it to CVS.
20
21     Here is how gok.schemas is generated:
22         gok-with-references.schemas.m4
23             m4
24         gok-with-references.schemas.in
25             @INTLTOOL_SCHEMAS_RULE@
26         gok-with-references.schemas
27             sed
28         gok.schemas
29-->
30
31<gconfschemafile>
32  <schemalist>
33    <schema>
34      <key>/schemas/apps/gok/layout/key_spacing</key>
35      <applyto>/apps/gok/layout/key_spacing</applyto>
36      <owner>gok</owner>
37      <type>int</type>
38      <default>3</default>
39      <locale name="C">
40        <short>The space between keys</short>
41        <long></long>
42      </locale>
43    </schema>
44    <schema>
45      <key>/schemas/apps/gok/layout/key_width</key>
46      <applyto>/apps/gok/layout/key_width</applyto>
47      <owner>gok</owner>
48      <type>int</type>
49      <default>60</default>
50      <locale name="C">
51        <short>The key width</short>
52        <long></long>
53      </locale>
54    </schema>
55    <schema>
56      <key>/schemas/apps/gok/layout/key_height</key>
57      <applyto>/apps/gok/layout/key_height</applyto>
58      <owner>gok</owner>
59      <type>int</type>
60      <default>40</default>
61      <locale name="C">
62        <short>The key height</short>
63        <long></long>
64      </locale>
65    </schema>
66    <schema>
67      <key>/schemas/apps/gok/layout/keyboard_x</key>
68      <applyto>/apps/gok/layout/keyboard_x</applyto>
69      <owner>gok</owner>
70      <type>int</type>
71      <default>100</default>
72      <locale name="C">
73        <short>The keyboards X coordinate</short>
74        <long></long>
75      </locale>
76    </schema>
77    <schema>
78      <key>/schemas/apps/gok/layout/keyboard_y</key>
79      <applyto>/apps/gok/layout/keyboard_y</applyto>
80      <owner>gok</owner>
81      <type>int</type>
82      <default>200</default>
83      <locale name="C">
84        <short>The keyboards Y coordinate</short>
85        <long></long>
86      </locale>
87    </schema>
88    <schema>
89      <key>/schemas/apps/gok/access_method</key>
90      <applyto>/apps/gok/access_method</applyto>
91      <owner>gok</owner>
92      <type>string</type>
93      <default>directselection</default>
94      <locale name="C">
95        <short>The access method to use</short>
96        <long></long>
97      </locale>
98    </schema>
99    <schema>
100      <key>/schemas/apps/gok/input_device</key>
101      <applyto>/apps/gok/input_device</applyto>
102      <owner>gok</owner>
103      <type>string</type>
104      <default></default>
105      <locale name="C">
106        <short>The name of the xinput device to use</short>
107        <long></long>
108      </locale>
109    </schema>
110    <schema>
111      <key>/schemas/apps/gok/valuator_sensitivity</key>
112      <applyto>/apps/gok/valuator_sensitivity</applyto>
113      <owner>gok</owner>
114      <type>float</type>
115      <default>0.25</default>
116      <locale name="C">
117        <short>A multiplier to be applied to input device valuator events before processing</short>
118        <long></long>
119      </locale>
120    </schema>
121    <schema>
122      <key>/schemas/apps/gok/use_aux_dicts</key>
123      <applyto>/apps/gok/use_aux_dicts</applyto>
124      <owner>gok</owner>
125      <type>bool</type>
126      <default>false</default>
127      <locale name="C">
128        <short>Whether to use additional word lists when searching for GOK word-completion candidates</short>
129        <long></long>
130      </locale>
131    </schema>
132    <schema>
133      <key>/schemas/apps/gok/aux_dictionaries</key>
134      <applyto>/apps/gok/aux_dictionaries</applyto>
135      <owner>gok</owner>
136      <type>string</type>
137      <default></default>
138      <locale name="C">
139        <short>A semicolon-delimited list of fully specified paths to additional word-completion dictionaries</short>
140        <long></long>
141      </locale>
142    </schema>
143    <schema>
144      <key>/schemas/apps/gok/prefs_locked</key>
145      <applyto>/apps/gok/prefs_locked</applyto>
146      <owner>gok</owner>
147      <type>bool</type>
148      <default>false</default>
149      <locale name="C">
150        <short>Are the preferences to be restricted?</short>
151        <long></long>
152      </locale>
153    </schema>
154    <schema>
155      <key>/schemas/apps/gok/spy/gui_search_depth</key>
156      <applyto>/apps/gok/spy/gui_search_depth</applyto>
157      <owner>gok</owner>
158      <type>int</type>
159      <default>200</default>
160      <locale name="C">
161        <short>How many levels down the GUI tree to search for accessible objects</short>
162        <long></long>
163      </locale>
164    </schema>
165    <schema>
166      <key>/schemas/apps/gok/spy/gui_search_breadth</key>
167      <applyto>/apps/gok/spy/gui_search_breadth</applyto>
168      <owner>gok</owner>
169      <type>int</type>
170      <default>200</default>
171      <locale name="C">
172        <short>How many children of each node in the GUI tree to search for accessible objects</short>
173        <long></long>
174      </locale>
175    </schema>
176    <schema>
177      <key>/schemas/apps/gok/word_complete</key>
178      <applyto>/apps/gok/word_complete</applyto>
179      <owner>gok</owner>
180      <type>bool</type>
181      <default>true</default>
182      <locale name="C">
183        <short>Is word completion on</short>
184        <long></long>
185      </locale>
186    </schema>
187    <schema>
188      <key>/schemas/apps/gok/number_predictions</key>
189      <applyto>/apps/gok/number_predictions</applyto>
190      <owner>gok</owner>
191      <type>int</type>
192      <default>5</default>
193      <locale name="C">
194        <short>The number of predictions for word completion</short>
195        <long></long>
196      </locale>
197    </schema>
198    <schema>
199      <key>/schemas/apps/gok/keyboard_directory</key>
200      <applyto>/apps/gok/keyboard_directory</applyto>
201      <owner>gok</owner>
202      <type>string</type>
203      <default>$pkgdatadir</default>
204      <locale name="C">
205        <short>The primary or system directory to load keyboard files from.</short>
206        <long></long>
207      </locale>
208    </schema>
209    <schema>
210      <key>/schemas/apps/gok/aux_keyboard_directory</key>
211      <applyto>/apps/gok/aux_keyboard_directory</applyto>
212      <owner>gok</owner>
213      <type>string</type>
214      <default>$pkgdatadir</default>
215      <locale name="C">
216        <short>The directory to load user-specific or custom keyboard files from.</short>
217        <long></long>
218      </locale>
219    </schema>
220    <schema>
221      <key>/schemas/apps/gok/access_method_directory</key>
222      <applyto>/apps/gok/access_method_directory</applyto>
223      <owner>gok</owner>
224      <type>string</type>
225      <default>$pkgdatadir</default>
226      <locale name="C">
227        <short>The directory to load access method files from.</short>
228        <long></long>
229      </locale>
230    </schema>
231    <schema>
232      <key>/schemas/apps/gok/dictionary_directory</key>
233      <applyto>/apps/gok/dictionary_directory</applyto>
234      <owner>gok</owner>
235      <type>string</type>
236      <default>$pkgdatadir</default>
237      <locale name="C">
238        <short>The directory to load dictionary files from.</short>
239        <long></long>
240      </locale>
241    </schema>
242    <schema>
243      <key>/schemas/apps/gok/per_user_dictionary</key>
244      <applyto>/apps/gok/per_user_dictionary</applyto>
245      <owner>gok</owner>
246      <type>bool</type>
247      <default>true</default>
248      <locale name="C">
249        <short>Does each GOK user have a private copy of the word prediction dictionary?</short>
250        <long></long>
251      </locale>
252    </schema>
253    <schema>
254      <key>/schemas/apps/gok/resource_directory</key>
255      <applyto>/apps/gok/resource_directory</applyto>
256      <owner>gok</owner>
257      <type>string</type>
258      <default>$pkgdatadir</default>
259      <locale name="C">
260        <short>The directory to load the gok resource file from.</short>
261        <long></long>
262      </locale>
263    </schema>
264    <schema>
265      <key>/schemas/apps/gok/drive_corepointer</key>
266      <applyto>/apps/gok/drive_corepointer</applyto>
267      <owner>gok</owner>
268      <type>bool</type>
269      <default>false</default>
270      <locale name="C">
271        <short>Does the core pointer follow the GOK keyboard pointer?</short>
272        <long></long>
273      </locale>
274    </schema>
275    <schema>
276      <key>/schemas/apps/gok/expand</key>
277      <applyto>/apps/gok/expand</applyto>
278      <owner>gok</owner>
279      <type>bool</type>
280      <default>False</default>
281      <locale name="C">
282        <short>Does the GOK window expand to fill the full screen width?</short>
283        <long></long>
284      </locale>
285    </schema>
286    <schema>
287      <key>/schemas/apps/gok/use_xkb_geom</key>
288      <applyto>/apps/gok/use_xkb_geom</applyto>
289      <owner>gok</owner>
290      <type>bool</type>
291      <default>true</default>
292      <locale name="C">
293        <short>Does GOK generate its compose keyboard dynamically based on information from the X Server?</short>
294        <long></long>
295      </locale>
296    </schema>
297    <schema>
298      <key>/schemas/apps/gok/compose_kbd_type</key>
299      <applyto>/apps/gok/compose_kbd_type</applyto>
300      <owner>gok</owner>
301      <type>string</type>
302      <default>xkb</default>
303      <locale name="C">
304        <short>Determines the keyboard type used for the default compose keyboard</short>
305        <long>Should be one of the following: xkb, default, alpha, alpha-freq, custom; if custom, custom_compose_keyboard should be defined.</long>
306      </locale>
307    </schema>
308    <schema>
309      <key>/schemas/apps/gok/custom_compose_kbd</key>
310      <applyto>/apps/gok/custom_compose_kbd</applyto>
311      <owner>gok</owner>
312      <type>string</type>
313      <default></default>
314      <locale name="C">
315        <short>The full pathname to a file which defines a custom GOK compose keyboard</short>
316        <long></long>
317      </locale>
318    </schema>
319    <schema>
320      <key>/schemas/apps/gok/dock_type</key>
321      <applyto>/apps/gok/dock_type</applyto>
322      <owner>gok</owner>
323      <type>string</type>
324      <default></default>
325      <locale name="C">
326        <short>GOK main window anchor location (if a dock), or empty string if not</short>
327        <long></long>
328      </locale>
329    </schema>
330    <schema>
331      <key>/schemas/apps/gok/actions/switch1/displayname</key>
332      <applyto>/apps/gok/actions/switch1/displayname</applyto>
333      <owner>gok</owner>
334      <type>string</type>
335      <locale name="C">
336        <default>Switch 1</default>
337        <short>The name to display to the user for this action</short>
338        <long></long>
339      </locale>
340    </schema>
341    <schema>
342      <key>/schemas/apps/gok/actions/switch1/type</key>
343      <applyto>/apps/gok/actions/switch1/type</applyto>
344      <owner>gok</owner>
345      <type>string</type>
346      <default>switch</default>
347      <locale name="C">
348        <short>The type of this action</short>
349        <long></long>
350      </locale>
351    </schema>
352    <schema>
353      <key>/schemas/apps/gok/actions/switch1/state</key>
354      <applyto>/apps/gok/actions/switch1/state</applyto>
355      <owner>gok</owner>
356      <type>string</type>
357      <default>press</default>
358      <locale name="C">
359        <short>The state in which this action is activated</short>
360        <long></long>
361      </locale>
362    </schema>
363    <schema>
364      <key>/schemas/apps/gok/actions/switch1/number</key>
365      <applyto>/apps/gok/actions/switch1/number</applyto>
366      <owner>gok</owner>
367      <type>int</type>
368      <default>1</default>
369      <locale name="C">
370        <short>The number if applicable</short>
371        <long></long>
372      </locale>
373    </schema>
374    <schema>
375      <key>/schemas/apps/gok/actions/switch1/rate</key>
376      <applyto>/apps/gok/actions/switch1/rate</applyto>
377      <owner>gok</owner>
378      <type>int</type>
379      <default>0</default>
380      <locale name="C">
381        <short>The rate for this action</short>
382        <long></long>
383      </locale>
384    </schema>
385    <schema>
386      <key>/schemas/apps/gok/actions/switch1/permanent</key>
387      <applyto>/apps/gok/actions/switch1/permanent</applyto>
388      <owner>gok</owner>
389      <type>bool</type>
390      <default>true</default>
391      <locale name="C">
392        <short>Is this action permanent</short>
393        <long></long>
394      </locale>
395    </schema>
396    <schema>
397      <key>/schemas/apps/gok/actions/switch1/key_averaging</key>
398      <applyto>/apps/gok/actions/switch1/key_averaging</applyto>
399      <owner>gok</owner>
400      <type>bool</type>
401      <default>false</default>
402      <locale name="C">
403        <short>Does this action use key averaging</short>
404        <long></long>
405      </locale>
406    </schema>
407    <schema>
408      <key>/schemas/apps/gok/actions/switch2/displayname</key>
409      <applyto>/apps/gok/actions/switch2/displayname</applyto>
410      <owner>gok</owner>
411      <type>string</type>
412      <locale name="C">
413        <default>Switch 2</default>
414        <short>The name to display to the user for this action</short>
415        <long></long>
416      </locale>
417    </schema>
418    <schema>
419      <key>/schemas/apps/gok/actions/switch2/type</key>
420      <applyto>/apps/gok/actions/switch2/type</applyto>
421      <owner>gok</owner>
422      <type>string</type>
423      <default>switch</default>
424      <locale name="C">
425        <short>The type of this action</short>
426        <long></long>
427      </locale>
428    </schema>
429    <schema>
430      <key>/schemas/apps/gok/actions/switch2/state</key>
431      <applyto>/apps/gok/actions/switch2/state</applyto>
432      <owner>gok</owner>
433      <type>string</type>
434      <default>press</default>
435      <locale name="C">
436        <short>The state in which this action is activated</short>
437        <long></long>
438      </locale>
439    </schema>
440    <schema>
441      <key>/schemas/apps/gok/actions/switch2/number</key>
442      <applyto>/apps/gok/actions/switch2/number</applyto>
443      <owner>gok</owner>
444      <type>int</type>
445      <default>2</default>
446      <locale name="C">
447        <short>The number if applicable</short>
448        <long></long>
449      </locale>
450    </schema>
451    <schema>
452      <key>/schemas/apps/gok/actions/switch2/rate</key>
453      <applyto>/apps/gok/actions/switch2/rate</applyto>
454      <owner>gok</owner>
455      <type>int</type>
456      <default>0</default>
457      <locale name="C">
458        <short>The rate for this action</short>
459        <long></long>
460      </locale>
461    </schema>
462    <schema>
463      <key>/schemas/apps/gok/actions/switch2/permanent</key>
464      <applyto>/apps/gok/actions/switch2/permanent</applyto>
465      <owner>gok</owner>
466      <type>bool</type>
467      <default>true</default>
468      <locale name="C">
469        <short>Is this action permanent</short>
470        <long></long>
471      </locale>
472    </schema>
473    <schema>
474      <key>/schemas/apps/gok/actions/switch2/key_averaging</key>
475      <applyto>/apps/gok/actions/switch2/key_averaging</applyto>
476      <owner>gok</owner>
477      <type>bool</type>
478      <default>false</default>
479      <locale name="C">
480        <short>Does this action use key averaging</short>
481        <long></long>
482      </locale>
483    </schema>
484    <schema>
485      <key>/schemas/apps/gok/actions/switch3/displayname</key>
486      <applyto>/apps/gok/actions/switch3/displayname</applyto>
487      <owner>gok</owner>
488      <type>string</type>
489      <locale name="C">
490        <default>Switch 3</default>
491        <short>The name to display to the user for this action</short>
492        <long></long>
493      </locale>
494    </schema>
495    <schema>
496      <key>/schemas/apps/gok/actions/switch3/type</key>
497      <applyto>/apps/gok/actions/switch3/type</applyto>
498      <owner>gok</owner>
499      <type>string</type>
500      <default>switch</default>
501      <locale name="C">
502        <short>The type of this action</short>
503        <long></long>
504      </locale>
505    </schema>
506    <schema>
507      <key>/schemas/apps/gok/actions/switch3/state</key>
508      <applyto>/apps/gok/actions/switch3/state</applyto>
509      <owner>gok</owner>
510      <type>string</type>
511      <default>press</default>
512      <locale name="C">
513        <short>The state in which this action is activated</short>
514        <long></long>
515      </locale>
516    </schema>
517    <schema>
518      <key>/schemas/apps/gok/actions/switch3/number</key>
519      <applyto>/apps/gok/actions/switch3/number</applyto>
520      <owner>gok</owner>
521      <type>int</type>
522      <default>3</default>
523      <locale name="C">
524        <short>The number if applicable</short>
525        <long></long>
526      </locale>
527    </schema>
528    <schema>
529      <key>/schemas/apps/gok/actions/switch3/rate</key>
530      <applyto>/apps/gok/actions/switch3/rate</applyto>
531      <owner>gok</owner>
532      <type>int</type>
533      <default>0</default>
534      <locale name="C">
535        <short>The rate for this action</short>
536        <long></long>
537      </locale>
538    </schema>
539    <schema>
540      <key>/schemas/apps/gok/actions/switch3/permanent</key>
541      <applyto>/apps/gok/actions/switch3/permanent</applyto>
542      <owner>gok</owner>
543      <type>bool</type>
544      <default>true</default>
545      <locale name="C">
546        <short>Is this action permanent</short>
547        <long></long>
548      </locale>
549    </schema>
550    <schema>
551      <key>/schemas/apps/gok/actions/switch3/key_averaging</key>
552      <applyto>/apps/gok/actions/switch3/key_averaging</applyto>
553      <owner>gok</owner>
554      <type>bool</type>
555      <default>false</default>
556      <locale name="C">
557        <short>Does this action use key averaging</short>
558        <long></long>
559      </locale>
560    </schema>
561    <schema>
562      <key>/schemas/apps/gok/actions/switch4/displayname</key>
563      <applyto>/apps/gok/actions/switch4/displayname</applyto>
564      <owner>gok</owner>
565      <type>string</type>
566      <locale name="C">
567        <default>Switch 4</default>
568        <short>The name to display to the user for this action</short>
569        <long></long>
570      </locale>
571    </schema>
572    <schema>
573      <key>/schemas/apps/gok/actions/switch4/type</key>
574      <applyto>/apps/gok/actions/switch4/type</applyto>
575      <owner>gok</owner>
576      <type>string</type>
577      <default>switch</default>
578      <locale name="C">
579        <short>The type of this action</short>
580        <long></long>
581      </locale>
582    </schema>
583    <schema>
584      <key>/schemas/apps/gok/actions/switch4/state</key>
585      <applyto>/apps/gok/actions/switch4/state</applyto>
586      <owner>gok</owner>
587      <type>string</type>
588      <default>press</default>
589      <locale name="C">
590        <short>The state in which this action is activated</short>
591        <long></long>
592      </locale>
593    </schema>
594    <schema>
595      <key>/schemas/apps/gok/actions/switch4/number</key>
596      <applyto>/apps/gok/actions/switch4/number</applyto>
597      <owner>gok</owner>
598      <type>int</type>
599      <default>4</default>
600      <locale name="C">
601        <short>The number if applicable</short>
602        <long></long>
603      </locale>
604    </schema>
605    <schema>
606      <key>/schemas/apps/gok/actions/switch4/rate</key>
607      <applyto>/apps/gok/actions/switch4/rate</applyto>
608      <owner>gok</owner>
609      <type>int</type>
610      <default>0</default>
611      <locale name="C">
612        <short>The rate for this action</short>
613        <long></long>
614      </locale>
615    </schema>
616    <schema>
617      <key>/schemas/apps/gok/actions/switch4/permanent</key>
618      <applyto>/apps/gok/actions/switch4/permanent</applyto>
619      <owner>gok</owner>
620      <type>bool</type>
621      <default>true</default>
622      <locale name="C">
623        <short>Is this action permanent</short>
624        <long></long>
625      </locale>
626    </schema>
627    <schema>
628      <key>/schemas/apps/gok/actions/switch4/key_averaging</key>
629      <applyto>/apps/gok/actions/switch4/key_averaging</applyto>
630      <owner>gok</owner>
631      <type>bool</type>
632      <default>false</default>
633      <locale name="C">
634        <short>Does this action use key averaging</short>
635        <long></long>
636      </locale>
637    </schema>
638    <schema>
639      <key>/schemas/apps/gok/actions/switch5/displayname</key>
640      <applyto>/apps/gok/actions/switch5/displayname</applyto>
641      <owner>gok</owner>
642      <type>string</type>
643      <locale name="C">
644        <default>Switch 5</default>
645        <short>The name to display to the user for this action</short>
646        <long></long>
647      </locale>
648    </schema>
649    <schema>
650      <key>/schemas/apps/gok/actions/switch5/type</key>
651      <applyto>/apps/gok/actions/switch5/type</applyto>
652      <owner>gok</owner>
653      <type>string</type>
654      <default>switch</default>
655      <locale name="C">
656        <short>The type of this action</short>
657        <long></long>
658      </locale>
659    </schema>
660    <schema>
661      <key>/schemas/apps/gok/actions/switch5/state</key>
662      <applyto>/apps/gok/actions/switch5/state</applyto>
663      <owner>gok</owner>
664      <type>string</type>
665      <default>press</default>
666      <locale name="C">
667        <short>The state in which this action is activated</short>
668        <long></long>
669      </locale>
670    </schema>
671    <schema>
672      <key>/schemas/apps/gok/actions/switch5/number</key>
673      <applyto>/apps/gok/actions/switch5/number</applyto>
674      <owner>gok</owner>
675      <type>int</type>
676      <default>5</default>
677      <locale name="C">
678        <short>The number if applicable</short>
679        <long></long>
680      </locale>
681    </schema>
682    <schema>
683      <key>/schemas/apps/gok/actions/switch5/rate</key>
684      <applyto>/apps/gok/actions/switch5/rate</applyto>
685      <owner>gok</owner>
686      <type>int</type>
687      <default>0</default>
688      <locale name="C">
689        <short>The rate for this action</short>
690        <long></long>
691      </locale>
692    </schema>
693    <schema>
694      <key>/schemas/apps/gok/actions/switch5/permanent</key>
695      <applyto>/apps/gok/actions/switch5/permanent</applyto>
696      <owner>gok</owner>
697      <type>bool</type>
698      <default>true</default>
699      <locale name="C">
700        <short>Is this action permanent</short>
701        <long></long>
702      </locale>
703    </schema>
704    <schema>
705      <key>/schemas/apps/gok/actions/switch5/key_averaging</key>
706      <applyto>/apps/gok/actions/switch5/key_averaging</applyto>
707      <owner>gok</owner>
708      <type>bool</type>
709      <default>false</default>
710      <locale name="C">
711        <short>Does this action use key averaging</short>
712        <long></long>
713      </locale>
714    </schema>
715    <schema>
716      <key>/schemas/apps/gok/actions/mousebutton1/displayname</key>
717      <applyto>/apps/gok/actions/mousebutton1/displayname</applyto>
718      <owner>gok</owner>
719      <type>string</type>
720      <locale name="C">
721        <default>Left Mouse Button</default>
722        <short>The name to display to the user for this action</short>
723        <long></long>
724      </locale>
725    </schema>
726    <schema>
727      <key>/schemas/apps/gok/actions/mousebutton1/type</key>
728      <applyto>/apps/gok/actions/mousebutton1/type</applyto>
729      <owner>gok</owner>
730      <type>string</type>
731      <default>mousebutton</default>
732      <locale name="C">
733        <short>The type of this action</short>
734        <long></long>
735      </locale>
736    </schema>
737    <schema>
738      <key>/schemas/apps/gok/actions/mousebutton1/state</key>
739      <applyto>/apps/gok/actions/mousebutton1/state</applyto>
740      <owner>gok</owner>
741      <type>string</type>
742      <default>press</default>
743      <locale name="C">
744        <short>The state in which this action is activated</short>
745        <long></long>
746      </locale>
747    </schema>
748    <schema>
749      <key>/schemas/apps/gok/actions/mousebutton1/number</key>
750      <applyto>/apps/gok/actions/mousebutton1/number</applyto>
751      <owner>gok</owner>
752      <type>int</type>
753      <default>1</default>
754      <locale name="C">
755        <short>The number if applicable</short>
756        <long></long>
757      </locale>
758    </schema>
759    <schema>
760      <key>/schemas/apps/gok/actions/mousebutton1/rate</key>
761      <applyto>/apps/gok/actions/mousebutton1/rate</applyto>
762      <owner>gok</owner>
763      <type>int</type>
764      <default>0</default>
765      <locale name="C">
766        <short>The rate for this action</short>
767        <long></long>
768      </locale>
769    </schema>
770    <schema>
771      <key>/schemas/apps/gok/actions/mousebutton1/permanent</key>
772      <applyto>/apps/gok/actions/mousebutton1/permanent</applyto>
773      <owner>gok</owner>
774      <type>bool</type>
775      <default>true</default>
776      <locale name="C">
777        <short>Is this action permanent</short>
778        <long></long>
779      </locale>
780    </schema>
781    <schema>
782      <key>/schemas/apps/gok/actions/mousebutton1/key_averaging</key>
783      <applyto>/apps/gok/actions/mousebutton1/key_averaging</applyto>
784      <owner>gok</owner>
785      <type>bool</type>
786      <default>false</default>
787      <locale name="C">
788        <short>Does this action use key averaging</short>
789        <long></long>
790      </locale>
791    </schema>
792    <schema>
793      <key>/schemas/apps/gok/actions/mousebutton2/displayname</key>
794      <applyto>/apps/gok/actions/mousebutton2/displayname</applyto>
795      <owner>gok</owner>
796      <type>string</type>
797      <locale name="C">
798        <default>Middle Mouse Button</default>
799        <short>The name to display to the user for this action</short>
800        <long></long>
801      </locale>
802    </schema>
803    <schema>
804      <key>/schemas/apps/gok/actions/mousebutton2/type</key>
805      <applyto>/apps/gok/actions/mousebutton2/type</applyto>
806      <owner>gok</owner>
807      <type>string</type>
808      <default>mousebutton</default>
809      <locale name="C">
810        <short>The type of this action</short>
811        <long></long>
812      </locale>
813    </schema>
814    <schema>
815      <key>/schemas/apps/gok/actions/mousebutton2/state</key>
816      <applyto>/apps/gok/actions/mousebutton2/state</applyto>
817      <owner>gok</owner>
818      <type>string</type>
819      <default>press</default>
820      <locale name="C">
821        <short>The state in which this action is activated</short>
822        <long></long>
823      </locale>
824    </schema>
825    <schema>
826      <key>/schemas/apps/gok/actions/mousebutton2/number</key>
827      <applyto>/apps/gok/actions/mousebutton2/number</applyto>
828      <owner>gok</owner>
829      <type>int</type>
830      <default>2</default>
831      <locale name="C">
832        <short>The number if applicable</short>
833        <long></long>
834      </locale>
835    </schema>
836    <schema>
837      <key>/schemas/apps/gok/actions/mousebutton2/rate</key>
838      <applyto>/apps/gok/actions/mousebutton2/rate</applyto>
839      <owner>gok</owner>
840      <type>int</type>
841      <default>0</default>
842      <locale name="C">
843        <short>The rate for this action</short>
844        <long></long>
845      </locale>
846    </schema>
847    <schema>
848      <key>/schemas/apps/gok/actions/mousebutton2/permanent</key>
849      <applyto>/apps/gok/actions/mousebutton2/permanent</applyto>
850      <owner>gok</owner>
851      <type>bool</type>
852      <default>true</default>
853      <locale name="C">
854        <short>Is this action permanent</short>
855        <long></long>
856      </locale>
857    </schema>
858    <schema>
859      <key>/schemas/apps/gok/actions/mousebutton2/key_averaging</key>
860      <applyto>/apps/gok/actions/mousebutton2/key_averaging</applyto>
861      <owner>gok</owner>
862      <type>bool</type>
863      <default>false</default>
864      <locale name="C">
865        <short>Does this action use key averaging</short>
866        <long></long>
867      </locale>
868    </schema>
869    <schema>
870      <key>/schemas/apps/gok/actions/mousebutton3/displayname</key>
871      <applyto>/apps/gok/actions/mousebutton3/displayname</applyto>
872      <owner>gok</owner>
873      <type>string</type>
874      <locale name="C">
875        <default>Right Mouse Button</default>
876        <short>The name to display to the user for this action</short>
877        <long></long>
878      </locale>
879    </schema>
880    <schema>
881      <key>/schemas/apps/gok/actions/mousebutton3/type</key>
882      <applyto>/apps/gok/actions/mousebutton3/type</applyto>
883      <owner>gok</owner>
884      <type>string</type>
885      <default>mousebutton</default>
886      <locale name="C">
887        <short>The type of this action</short>
888        <long></long>
889      </locale>
890    </schema>
891    <schema>
892      <key>/schemas/apps/gok/actions/mousebutton3/state</key>
893      <applyto>/apps/gok/actions/mousebutton3/state</applyto>
894      <owner>gok</owner>
895      <type>string</type>
896      <default>press</default>
897      <locale name="C">
898        <short>The state in which this action is activated</short>
899        <long></long>
900      </locale>
901    </schema>
902    <schema>
903      <key>/schemas/apps/gok/actions/mousebutton3/number</key>
904      <applyto>/apps/gok/actions/mousebutton3/number</applyto>
905      <owner>gok</owner>
906      <type>int</type>
907      <default>3</default>
908      <locale name="C">
909        <short>The number if applicable</short>
910        <long></long>
911      </locale>
912    </schema>
913    <schema>
914      <key>/schemas/apps/gok/actions/mousebutton3/rate</key>
915      <applyto>/apps/gok/actions/mousebutton3/rate</applyto>
916      <owner>gok</owner>
917      <type>int</type>
918      <default>0</default>
919      <locale name="C">
920        <short>The rate for this action</short>
921        <long></long>
922      </locale>
923    </schema>
924    <schema>
925      <key>/schemas/apps/gok/actions/mousebutton3/permanent</key>
926      <applyto>/apps/gok/actions/mousebutton3/permanent</applyto>
927      <owner>gok</owner>
928      <type>bool</type>
929      <default>true</default>
930      <locale name="C">
931        <short>Is this action permanent</short>
932        <long></long>
933      </locale>
934    </schema>
935    <schema>
936      <key>/schemas/apps/gok/actions/mousebutton3/key_averaging</key>
937      <applyto>/apps/gok/actions/mousebutton3/key_averaging</applyto>
938      <owner>gok</owner>
939      <type>bool</type>
940      <default>false</default>
941      <locale name="C">
942        <short>Does this action use key averaging</short>
943        <long></long>
944      </locale>
945    </schema>
946    <schema>
947      <key>/schemas/apps/gok/actions/mousebutton4/displayname</key>
948      <applyto>/apps/gok/actions/mousebutton4/displayname</applyto>
949      <owner>gok</owner>
950      <type>string</type>
951      <locale name="C">
952        <default>Mouse Button 4</default>
953        <short>The name to display to the user for this action</short>
954        <long></long>
955      </locale>
956    </schema>
957    <schema>
958      <key>/schemas/apps/gok/actions/mousebutton4/type</key>
959      <applyto>/apps/gok/actions/mousebutton4/type</applyto>
960      <owner>gok</owner>
961      <type>string</type>
962      <default>mousebutton</default>
963      <locale name="C">
964        <short>The type of this action</short>
965        <long></long>
966      </locale>
967    </schema>
968    <schema>
969      <key>/schemas/apps/gok/actions/mousebutton4/state</key>
970      <applyto>/apps/gok/actions/mousebutton4/state</applyto>
971      <owner>gok</owner>
972      <type>string</type>
973      <default>press</default>
974      <locale name="C">
975        <short>The state in which this action is activated</short>
976        <long></long>
977      </locale>
978    </schema>
979    <schema>
980      <key>/schemas/apps/gok/actions/mousebutton4/number</key>
981      <applyto>/apps/gok/actions/mousebutton4/number</applyto>
982      <owner>gok</owner>
983      <type>int</type>
984      <default>4</default>
985      <locale name="C">
986        <short>The number if applicable</short>
987        <long></long>
988      </locale>
989    </schema>
990    <schema>
991      <key>/schemas/apps/gok/actions/mousebutton4/rate</key>
992      <applyto>/apps/gok/actions/mousebutton4/rate</applyto>
993      <owner>gok</owner>
994      <type>int</type>
995      <default>0</default>
996      <locale name="C">
997        <short>The rate for this action</short>
998        <long></long>
999      </locale>
1000    </schema>
1001    <schema>
1002      <key>/schemas/apps/gok/actions/mousebutton4/permanent</key>
1003      <applyto>/apps/gok/actions/mousebutton4/permanent</applyto>
1004      <owner>gok</owner>
1005      <type>bool</type>
1006      <default>true</default>
1007      <locale name="C">
1008        <short>Is this action permanent</short>
1009        <long></long>
1010      </locale>
1011    </schema>
1012    <schema>
1013      <key>/schemas/apps/gok/actions/mousebutton4/key_averaging</key>
1014      <applyto>/apps/gok/actions/mousebutton4/key_averaging</applyto>
1015      <owner>gok</owner>
1016      <type>bool</type>
1017      <default>false</default>
1018      <locale name="C">
1019        <short>Does this action use key averaging</short>
1020        <long></long>
1021      </locale>
1022    </schema>
1023    <schema>
1024      <key>/schemas/apps/gok/actions/mousebutton5/displayname</key>
1025      <applyto>/apps/gok/actions/mousebutton5/displayname</applyto>
1026      <owner>gok</owner>
1027      <type>string</type>
1028      <locale name="C">
1029        <default>Mouse Button 5</default>
1030        <short>The name to display to the user for this action</short>
1031        <long></long>
1032      </locale>
1033    </schema>
1034    <schema>
1035      <key>/schemas/apps/gok/actions/mousebutton5/type</key>
1036      <applyto>/apps/gok/actions/mousebutton5/type</applyto>
1037      <owner>gok</owner>
1038      <type>string</type>
1039      <default>mousebutton</default>
1040      <locale name="C">
1041        <short>The type of this action</short>
1042        <long></long>
1043      </locale>
1044    </schema>
1045    <schema>
1046      <key>/schemas/apps/gok/actions/mousebutton5/state</key>
1047      <applyto>/apps/gok/actions/mousebutton5/state</applyto>
1048      <owner>gok</owner>
1049      <type>string</type>
1050      <default>press</default>
1051      <locale name="C">
1052        <short>The state in which this action is activated</short>
1053        <long></long>
1054      </locale>
1055    </schema>
1056    <schema>
1057      <key>/schemas/apps/gok/actions/mousebutton5/number</key>
1058      <applyto>/apps/gok/actions/mousebutton5/number</applyto>
1059      <owner>gok</owner>
1060      <type>int</type>
1061      <default>5</default>
1062      <locale name="C">
1063        <short>The number if applicable</short>
1064        <long></long>
1065      </locale>
1066    </schema>
1067    <schema>
1068      <key>/schemas/apps/gok/actions/mousebutton5/rate</key>
1069      <applyto>/apps/gok/actions/mousebutton5/rate</applyto>
1070      <owner>gok</owner>
1071      <type>int</type>
1072      <default>0</default>
1073      <locale name="C">
1074        <short>The rate for this action</short>
1075        <long></long>
1076      </locale>
1077    </schema>
1078    <schema>
1079      <key>/schemas/apps/gok/actions/mousebutton5/permanent</key>
1080      <applyto>/apps/gok/actions/mousebutton5/permanent</applyto>
1081      <owner>gok</owner>
1082      <type>bool</type>
1083      <default>true</default>
1084      <locale name="C">
1085        <short>Is this action permanent</short>
1086        <long></long>
1087      </locale>
1088    </schema>
1089    <schema>
1090      <key>/schemas/apps/gok/actions/mousebutton5/key_averaging</key>
1091      <applyto>/apps/gok/actions/mousebutton5/key_averaging</applyto>
1092      <owner>gok</owner>
1093      <type>bool</type>
1094      <default>false</default>
1095      <locale name="C">
1096        <short>Does this action use key averaging</short>
1097        <long></long>
1098      </locale>
1099    </schema>
1100    <schema>
1101      <key>/schemas/apps/gok/actions/mousepointer/displayname</key>
1102      <applyto>/apps/gok/actions/mousepointer/displayname</applyto>
1103      <owner>gok</owner>
1104      <type>string</type>
1105      <locale name="C">
1106        <default>Mouse Pointer</default>
1107        <short>The name to display to the user for this action</short>
1108        <long></long>
1109      </locale>
1110    </schema>
1111    <schema>
1112      <key>/schemas/apps/gok/actions/mousepointer/type</key>
1113      <applyto>/apps/gok/actions/mousepointer/type</applyto>
1114      <owner>gok</owner>
1115      <type>string</type>
1116      <default>mousepointer</default>
1117      <locale name="C">
1118        <short>The type of this action</short>
1119        <long></long>
1120      </locale>
1121    </schema>
1122    <schema>
1123      <key>/schemas/apps/gok/actions/mousepointer/state</key>
1124      <applyto>/apps/gok/actions/mousepointer/state</applyto>
1125      <owner>gok</owner>
1126      <type>string</type>
1127      <default>press</default>
1128      <locale name="C">
1129        <short>The state in which this action is activated</short>
1130        <long></long>
1131      </locale>
1132    </schema>
1133    <schema>
1134      <key>/schemas/apps/gok/actions/mousepointer/number</key>
1135      <applyto>/apps/gok/actions/mousepointer/number</applyto>
1136      <owner>gok</owner>
1137      <type>int</type>
1138      <default>0</default>
1139      <locale name="C">
1140        <short>The number if applicable</short>
1141        <long></long>
1142      </locale>
1143    </schema>
1144    <schema>
1145      <key>/schemas/apps/gok/actions/mousepointer/rate</key>
1146      <applyto>/apps/gok/actions/mousepointer/rate</applyto>
1147      <owner>gok</owner>
1148      <type>int</type>
1149      <default>0</default>
1150      <locale name="C">
1151        <short>The rate for this action</short>
1152        <long></long>
1153      </locale>
1154    </schema>
1155    <schema>
1156      <key>/schemas/apps/gok/actions/mousepointer/permanent</key>
1157      <applyto>/apps/gok/actions/mousepointer/permanent</applyto>
1158      <owner>gok</owner>
1159      <type>bool</type>
1160      <default>true</default>
1161      <locale name="C">
1162        <short>Is this action permanent</short>
1163        <long></long>
1164      </locale>
1165    </schema>
1166    <schema>
1167      <key>/schemas/apps/gok/actions/mousepointer/key_averaging</key>
1168      <applyto>/apps/gok/actions/mousepointer/key_averaging</applyto>
1169      <owner>gok</owner>
1170      <type>bool</type>
1171      <default>false</default>
1172      <locale name="C">
1173        <short>Does this action use key averaging</short>
1174        <long></long>
1175      </locale>
1176    </schema>
1177    <schema>
1178      <key>/schemas/apps/gok/actions/dwell/displayname</key>
1179      <applyto>/apps/gok/actions/dwell/displayname</applyto>
1180      <owner>gok</owner>
1181      <type>string</type>
1182      <locale name="C">
1183        <default>Dwell</default>
1184        <short>The name to display to the user for this action</short>
1185        <long></long>
1186      </locale>
1187    </schema>
1188    <schema>
1189      <key>/schemas/apps/gok/actions/dwell/type</key>
1190      <applyto>/apps/gok/actions/dwell/type</applyto>
1191      <owner>gok</owner>
1192      <type>string</type>
1193      <default>dwell</default>
1194      <locale name="C">
1195        <short>The type of this action</short>
1196        <long></long>
1197      </locale>
1198    </schema>
1199    <schema>
1200      <key>/schemas/apps/gok/actions/dwell/state</key>
1201      <applyto>/apps/gok/actions/dwell/state</applyto>
1202      <owner>gok</owner>
1203      <type>string</type>
1204      <default>press</default>
1205      <locale name="C">
1206        <short>The state in which this action is activated</short>
1207        <long></long>
1208      </locale>
1209    </schema>
1210    <schema>
1211      <key>/schemas/apps/gok/actions/dwell/number</key>
1212      <applyto>/apps/gok/actions/dwell/number</applyto>
1213      <owner>gok</owner>
1214      <type>int</type>
1215      <default>0</default>
1216      <locale name="C">
1217        <short>The number if applicable</short>
1218        <long></long>
1219      </locale>
1220    </schema>
1221    <schema>
1222      <key>/schemas/apps/gok/actions/dwell/rate</key>
1223      <applyto>/apps/gok/actions/dwell/rate</applyto>
1224      <owner>gok</owner>
1225      <type>int</type>
1226      <default>100</default>
1227      <locale name="C">
1228        <short>The rate for this action</short>
1229        <long></long>
1230      </locale>
1231    </schema>
1232    <schema>
1233      <key>/schemas/apps/gok/actions/dwell/permanent</key>
1234      <applyto>/apps/gok/actions/dwell/permanent</applyto>
1235      <owner>gok</owner>
1236      <type>bool</type>
1237      <default>true</default>
1238      <locale name="C">
1239        <short>Is this action permanent</short>
1240        <long></long>
1241      </locale>
1242    </schema>
1243    <schema>
1244      <key>/schemas/apps/gok/actions/dwell/key_averaging</key>
1245      <applyto>/apps/gok/actions/dwell/key_averaging</applyto>
1246      <owner>gok</owner>
1247      <type>bool</type>
1248      <default>false</default>
1249      <locale name="C">
1250        <short>Does this action use key averaging</short>
1251        <long></long>
1252      </locale>
1253    </schema>
1254    <schema>
1255      <key>/schemas/apps/gok/feedbacks/none/displayname</key>
1256      <applyto>/apps/gok/feedbacks/none/displayname</applyto>
1257      <owner>gok</owner>
1258      <type>string</type>
1259      <locale name="C">
1260        <default>None</default>
1261        <short>The name to display to the user for this feedback</short>
1262        <long></long>
1263      </locale>
1264    </schema>
1265    <schema>
1266      <key>/schemas/apps/gok/feedbacks/none/flash</key>
1267      <applyto>/apps/gok/feedbacks/none/flash</applyto>
1268      <owner>gok</owner>
1269      <type>bool</type>
1270      <default>false</default>
1271      <locale name="C">
1272        <short>Does this feedback flash</short>
1273        <long></long>
1274      </locale>
1275    </schema>
1276    <schema>
1277      <key>/schemas/apps/gok/feedbacks/none/number_flashes</key>
1278      <applyto>/apps/gok/feedbacks/none/number_flashes</applyto>
1279      <owner>gok</owner>
1280      <type>int</type>
1281      <default>0</default>
1282      <locale name="C">
1283        <short>The number of times this feedback will flash</short>
1284        <long></long>
1285      </locale>
1286    </schema>
1287    <schema>
1288      <key>/schemas/apps/gok/feedbacks/none/sound</key>
1289      <applyto>/apps/gok/feedbacks/none/sound</applyto>
1290      <owner>gok</owner>
1291      <type>bool</type>
1292      <default>false</default>
1293      <locale name="C">
1294        <short>Does this feedback play a sound</short>
1295        <long></long>
1296      </locale>
1297    </schema>
1298    <schema>
1299      <key>/schemas/apps/gok/feedbacks/none/soundname</key>
1300      <applyto>/apps/gok/feedbacks/none/soundname</applyto>
1301      <owner>gok</owner>
1302      <type>string</type>
1303      <locale name="C">
1304        <default>none</default>
1305        <short>The name of the sound that this feedback will play</short>
1306        <long></long>
1307      </locale>
1308    </schema>
1309    <schema>
1310      <key>/schemas/apps/gok/feedbacks/none/speech</key>
1311      <applyto>/apps/gok/feedbacks/none/speech</applyto>
1312      <owner>gok</owner>
1313      <type>bool</type>
1314      <default>false</default>
1315      <locale name="C">
1316        <short>Does this feedback speak the label of a GOK key</short>
1317        <long></long>
1318      </locale>
1319    </schema>
1320    <schema>
1321      <key>/schemas/apps/gok/feedbacks/none/permanent</key>
1322      <applyto>/apps/gok/feedbacks/none/permanent</applyto>
1323      <owner>gok</owner>
1324      <type>bool</type>
1325      <default>false</default>
1326      <locale name="C">
1327        <short>Is this feedback permanent</short>
1328        <long></long>
1329      </locale>
1330    </schema>
1331    <schema>
1332      <key>/schemas/apps/gok/feedbacks/key_flashing/displayname</key>
1333      <applyto>/apps/gok/feedbacks/key_flashing/displayname</applyto>
1334      <owner>gok</owner>
1335      <type>string</type>
1336      <locale name="C">
1337        <default>Key flashing</default>
1338        <short>The name to display to the user for this feedback</short>
1339        <long></long>
1340      </locale>
1341    </schema>
1342    <schema>
1343      <key>/schemas/apps/gok/feedbacks/key_flashing/flash</key>
1344      <applyto>/apps/gok/feedbacks/key_flashing/flash</applyto>
1345      <owner>gok</owner>
1346      <type>bool</type>
1347      <default>true</default>
1348      <locale name="C">
1349        <short>Does this feedback flash</short>
1350        <long></long>
1351      </locale>
1352    </schema>
1353    <schema>
1354      <key>/schemas/apps/gok/feedbacks/key_flashing/number_flashes</key>
1355      <applyto>/apps/gok/feedbacks/key_flashing/number_flashes</applyto>
1356      <owner>gok</owner>
1357      <type>int</type>
1358      <default>4</default>
1359      <locale name="C">
1360        <short>The number of times this feedback will flash</short>
1361        <long></long>
1362      </locale>
1363    </schema>
1364    <schema>
1365      <key>/schemas/apps/gok/feedbacks/key_flashing/sound</key>
1366      <applyto>/apps/gok/feedbacks/key_flashing/sound</applyto>
1367      <owner>gok</owner>
1368      <type>bool</type>
1369      <default>false</default>
1370      <locale name="C">
1371        <short>Does this feedback play a sound</short>
1372        <long></long>
1373      </locale>
1374    </schema>
1375    <schema>
1376      <key>/schemas/apps/gok/feedbacks/key_flashing/soundname</key>
1377      <applyto>/apps/gok/feedbacks/key_flashing/soundname</applyto>
1378      <owner>gok</owner>
1379      <type>string</type>
1380      <locale name="C">
1381        <default>none</default>
1382        <short>The name of the sound that this feedback will play</short>
1383        <long></long>
1384      </locale>
1385    </schema>
1386    <schema>
1387      <key>/schemas/apps/gok/feedbacks/key_flashing/speech</key>
1388      <applyto>/apps/gok/feedbacks/key_flashing/speech</applyto>
1389      <owner>gok</owner>
1390      <type>bool</type>
1391      <default>false</default>
1392      <locale name="C">
1393        <short>Does this feedback speak the label of a GOK key</short>
1394        <long></long>
1395      </locale>
1396    </schema>
1397    <schema>
1398      <key>/schemas/apps/gok/feedbacks/key_flashing/permanent</key>
1399      <applyto>/apps/gok/feedbacks/key_flashing/permanent</applyto>
1400      <owner>gok</owner>
1401      <type>bool</type>
1402      <default>false</default>
1403      <locale name="C">
1404        <short>Is this feedback permanent</short>
1405        <long></long>
1406      </locale>
1407    </schema>
1408    <schema>
1409      <key>/schemas/apps/gok/feedbacks/goksound1/displayname</key>
1410      <applyto>/apps/gok/feedbacks/goksound1/displayname</applyto>
1411      <owner>gok</owner>
1412      <type>string</type>
1413      <locale name="C">
1414        <default>Sound one</default>
1415        <short>The name to display to the user for this feedback</short>
1416        <long></long>
1417      </locale>
1418    </schema>
1419    <schema>
1420      <key>/schemas/apps/gok/feedbacks/goksound1/flash</key>
1421      <applyto>/apps/gok/feedbacks/goksound1/flash</applyto>
1422      <owner>gok</owner>
1423      <type>bool</type>
1424      <default>false</default>
1425      <locale name="C">
1426        <short>Does this feedback flash</short>
1427        <long></long>
1428      </locale>
1429    </schema>
1430    <schema>
1431      <key>/schemas/apps/gok/feedbacks/goksound1/number_flashes</key>
1432      <applyto>/apps/gok/feedbacks/goksound1/number_flashes</applyto>
1433      <owner>gok</owner>
1434      <type>int</type>
1435      <default>0</default>
1436      <locale name="C">
1437        <short>The number of times this feedback will flash</short>
1438        <long></long>
1439      </locale>
1440    </schema>
1441    <schema>
1442      <key>/schemas/apps/gok/feedbacks/goksound1/sound</key>
1443      <applyto>/apps/gok/feedbacks/goksound1/sound</applyto>
1444      <owner>gok</owner>
1445      <type>bool</type>
1446      <default>true</default>
1447      <locale name="C">
1448        <short>Does this feedback play a sound</short>
1449        <long></long>
1450      </locale>
1451    </schema>
1452    <schema>
1453      <key>/schemas/apps/gok/feedbacks/goksound1/soundname</key>
1454      <applyto>/apps/gok/feedbacks/goksound1/soundname</applyto>
1455      <owner>gok</owner>
1456      <type>string</type>
1457      <locale name="C">
1458        <default>$pkgdatadir/goksound1.wav</default>
1459        <short>The name of the sound that this feedback will play</short>
1460        <long></long>
1461      </locale>
1462    </schema>
1463    <schema>
1464      <key>/schemas/apps/gok/feedbacks/goksound1/speech</key>
1465      <applyto>/apps/gok/feedbacks/goksound1/speech</applyto>
1466      <owner>gok</owner>
1467      <type>bool</type>
1468      <default>true</default>
1469      <locale name="C">
1470        <short>Does this feedback speak the label of a GOK key</short>
1471        <long></long>
1472      </locale>
1473    </schema>
1474    <schema>
1475      <key>/schemas/apps/gok/feedbacks/goksound1/permanent</key>
1476      <applyto>/apps/gok/feedbacks/goksound1/permanent</applyto>
1477      <owner>gok</owner>
1478      <type>bool</type>
1479      <default>false</default>
1480      <locale name="C">
1481        <short>Is this feedback permanent</short>
1482        <long></long>
1483      </locale>
1484    </schema>
1485    <schema>
1486      <key>/schemas/apps/gok/feedbacks/goksound2/displayname</key>
1487      <applyto>/apps/gok/feedbacks/goksound2/displayname</applyto>
1488      <owner>gok</owner>
1489      <type>string</type>
1490      <locale name="C">
1491        <default>Sound two</default>
1492        <short>The name to display to the user for this feedback</short>
1493        <long></long>
1494      </locale>
1495    </schema>
1496    <schema>
1497      <key>/schemas/apps/gok/feedbacks/goksound2/flash</key>
1498      <applyto>/apps/gok/feedbacks/goksound2/flash</applyto>
1499      <owner>gok</owner>
1500      <type>bool</type>
1501      <default>false</default>
1502      <locale name="C">
1503        <short>Does this feedback flash</short>
1504        <long></long>
1505      </locale>
1506    </schema>
1507    <schema>
1508      <key>/schemas/apps/gok/feedbacks/goksound2/number_flashes</key>
1509      <applyto>/apps/gok/feedbacks/goksound2/number_flashes</applyto>
1510      <owner>gok</owner>
1511      <type>int</type>
1512      <default>0</default>
1513      <locale name="C">
1514        <short>The number of times this feedback will flash</short>
1515        <long></long>
1516      </locale>
1517    </schema>
1518    <schema>
1519      <key>/schemas/apps/gok/feedbacks/goksound2/sound</key>
1520      <applyto>/apps/gok/feedbacks/goksound2/sound</applyto>
1521      <owner>gok</owner>
1522      <type>bool</type>
1523      <default>true</default>
1524      <locale name="C">
1525        <short>Does this feedback play a sound</short>
1526        <long></long>
1527      </locale>
1528    </schema>
1529    <schema>
1530      <key>/schemas/apps/gok/feedbacks/goksound2/soundname</key>
1531      <applyto>/apps/gok/feedbacks/goksound2/soundname</applyto>
1532      <owner>gok</owner>
1533      <type>string</type>
1534      <locale name="C">
1535        <default>$pkgdatadir/goksound2.wav</default>
1536        <short>The name of the sound that this feedback will play</short>
1537        <long></long>
1538      </locale>
1539    </schema>
1540    <schema>
1541      <key>/schemas/apps/gok/feedbacks/goksound2/speech</key>
1542      <applyto>/apps/gok/feedbacks/goksound2/speech</applyto>
1543      <owner>gok</owner>
1544      <type>bool</type>
1545      <default>true</default>
1546      <locale name="C">
1547        <short>Does this feedback speak the label of a GOK key</short>
1548        <long></long>
1549      </locale>
1550    </schema>
1551    <schema>
1552      <key>/schemas/apps/gok/feedbacks/goksound2/permanent</key>
1553      <applyto>/apps/gok/feedbacks/goksound2/permanent</applyto>
1554      <owner>gok</owner>
1555      <type>bool</type>
1556      <default>false</default>
1557      <locale name="C">
1558        <short>Is this feedback permanent</short>
1559        <long></long>
1560      </locale>
1561    </schema>
1562    <schema>
1563      <key>/schemas/apps/gok/feedbacks/gokspeech/displayname</key>
1564      <applyto>/apps/gok/feedbacks/gokspeech/displayname</applyto>
1565      <owner>gok</owner>
1566      <type>string</type>
1567      <locale name="C">
1568        <default>Speech</default>
1569        <short>The name to display to the user for this feedback</short>
1570        <long></long>
1571      </locale>
1572    </schema>
1573    <schema>
1574      <key>/schemas/apps/gok/feedbacks/gokspeech/flash</key>
1575      <applyto>/apps/gok/feedbacks/gokspeech/flash</applyto>
1576      <owner>gok</owner>
1577      <type>bool</type>
1578      <default>false</default>
1579      <locale name="C">
1580        <short>Does this feedback flash</short>
1581        <long></long>
1582      </locale>
1583    </schema>
1584    <schema>
1585      <key>/schemas/apps/gok/feedbacks/gokspeech/number_flashes</key>
1586      <applyto>/apps/gok/feedbacks/gokspeech/number_flashes</applyto>
1587      <owner>gok</owner>
1588      <type>int</type>
1589      <default>0</default>
1590      <locale name="C">
1591        <short>The number of times this feedback will flash</short>
1592        <long></long>
1593      </locale>
1594    </schema>
1595    <schema>
1596      <key>/schemas/apps/gok/feedbacks/gokspeech/sound</key>
1597      <applyto>/apps/gok/feedbacks/gokspeech/sound</applyto>
1598      <owner>gok</owner>
1599      <type>bool</type>
1600      <default>false</default>
1601      <locale name="C">
1602        <short>Does this feedback play a sound</short>
1603        <long></long>
1604      </locale>
1605    </schema>
1606    <schema>
1607      <key>/schemas/apps/gok/feedbacks/gokspeech/soundname</key>
1608      <applyto>/apps/gok/feedbacks/gokspeech/soundname</applyto>
1609      <owner>gok</owner>
1610      <type>string</type>
1611      <locale name="C">
1612        <default>none</default>
1613        <short>The name of the sound that this feedback will play</short>
1614        <long></long>
1615      </locale>
1616    </schema>
1617    <schema>
1618      <key>/schemas/apps/gok/feedbacks/gokspeech/speech</key>
1619      <applyto>/apps/gok/feedbacks/gokspeech/speech</applyto>
1620      <owner>gok</owner>
1621      <type>bool</type>
1622      <default>false</default>
1623      <locale name="C">
1624        <short>Does this feedback speak the label of a GOK key</short>
1625        <long></long>
1626      </locale>
1627    </schema>
1628    <schema>
1629      <key>/schemas/apps/gok/feedbacks/gokspeech/permanent</key>
1630      <applyto>/apps/gok/feedbacks/gokspeech/permanent</applyto>
1631      <owner>gok</owner>
1632      <type>bool</type>
1633      <default>true</default>
1634      <locale name="C">
1635        <short>Is this feedback permanent</short>
1636        <long></long>
1637      </locale>
1638    </schema>
1639  </schemalist>
1640</gconfschemafile>
Note: See TracBrowser for help on using the repository browser.