~cjcurran/gnome-control-center/expose-card-ports

« back to all changes in this revision

Viewing changes to panels/universal-access/uap.ui

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2011-05-17 10:47:27 UTC
  • mfrom: (0.1.11 experimental) (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20110517104727-lqel6m8vhfw5jby1
Tags: 1:3.0.1.1-1ubuntu1
* Rebase on Debian, remaining Ubuntu changes:
* debian/control:
  - Build-Depend on hardening-wrapper, dpkg-dev and dh-autoreconf
  - Add dependency on ubuntu-system-service
  - Remove dependency on gnome-icon-theme-symbolic
  - Move dependency on apg, gnome-icon-theme-symbolic and accountsservice to
    be a Recommends: until we get them in main
* debian/rules:
  - Use autoreconf
  - Add binary-post-install rule for gnome-control-center-data
  - Run dh-autoreconf
* debian/gnome-control-center.dirs:
* debian/gnome-control-center.links:
  - Add a link to the control center shell for indicators
* debian/patches/00_disable-nm.patch:
  - Temporary patch to disable building with NetworkManager until we get
    the new one in the archive
* debian/patches/01_git_remove_gettext_calls.patch:
  - Remove calls to AM_GNU_GETTEXT, IT_PROG_INTLTOOL should be enough
* debian/patches/01_git_kill_warning.patch:
  - Kill warning
* debian/patches/50_ubuntu_systemwide_prefs.patch:
  - Ubuntu specific proxy preferences
* debian/patches/51_ubuntu_system_keyboard.patch:
  - Implement the global keyboard spec at https://wiki.ubuntu.com/DefaultKeyboardSettings

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy project-wide -->
 
5
  <object class="GtkListStore" id="typing_assistant_model">
 
6
    <columns>
 
7
      <!-- column-name assistants -->
 
8
      <column type="gchararray"/>
 
9
    </columns>
 
10
    <data>
 
11
      <row>
 
12
        <col id="0" translatable="yes">On screen keyboard</col>
 
13
      </row>
 
14
      <row>
 
15
        <col id="0" translatable="yes">Dasher</col>
 
16
      </row>
 
17
      <row>
 
18
        <col id="0" translatable="yes">Nomon</col>
 
19
      </row>
 
20
      <row>
 
21
        <col id="0" translatable="yes">Caribou</col>
 
22
      </row>
 
23
      <row>
 
24
        <col id="0" translatable="yes">None</col>
 
25
      </row>
 
26
    </data>
 
27
  </object>
 
28
  <object class="GtkListStore" id="text_size_model">
 
29
    <columns>
 
30
      <!-- column-name text_sizes -->
 
31
      <column type="gchararray"/>
 
32
      <!-- column-name text_sizes_markup -->
 
33
      <column type="gchararray"/>
 
34
      <!-- column-name text_scale -->
 
35
      <column type="gfloat"/>
 
36
    </columns>
 
37
    <data>
 
38
      <row>
 
39
        <col id="0" translatable="yes">75%</col>
 
40
        <col id="1" translatable="yes">Small</col>
 
41
        <col id="2">0.75</col>
 
42
      </row>
 
43
      <row>
 
44
        <col id="0" translatable="yes">100%</col>
 
45
        <col id="1" translatable="yes">Normal</col>
 
46
        <col id="2">1</col>
 
47
      </row>
 
48
      <row>
 
49
        <col id="0" translatable="yes">125%</col>
 
50
        <col id="1" translatable="yes">Large</col>
 
51
        <col id="2">1.25</col>
 
52
      </row>
 
53
      <row>
 
54
        <col id="0" translatable="yes">150%</col>
 
55
        <col id="1" translatable="yes">Larger</col>
 
56
        <col id="2">1.5</col>
 
57
      </row>
 
58
    </data>
 
59
  </object>
 
60
  <object class="GtkListStore" id="osk_model">
 
61
    <columns>
 
62
      <!-- column-name osks -->
 
63
      <column type="gchararray"/>
 
64
    </columns>
 
65
    <data>
 
66
      <row>
 
67
        <col id="0" translatable="yes">On screen keyboard</col>
 
68
      </row>
 
69
      <row>
 
70
        <col id="0" translatable="yes">GOK</col>
 
71
      </row>
 
72
      <row>
 
73
        <col id="0" translatable="yes">OnBoard</col>
 
74
      </row>
 
75
      <row>
 
76
        <col id="0" translatable="yes">None</col>
 
77
      </row>
 
78
    </data>
 
79
  </object>
 
80
  <object class="GtkAdjustment" id="repeat_delay_adjustment">
 
81
    <property name="value">500</property>
 
82
    <property name="lower">100</property>
 
83
    <property name="upper">2000</property>
 
84
    <property name="step_increment">10</property>
 
85
    <property name="page_increment">10</property>
 
86
  </object>
 
87
  <object class="GtkAdjustment" id="repeat_rate_adjustment">
 
88
    <property name="value">30</property>
 
89
    <property name="lower">10</property>
 
90
    <property name="upper">110</property>
 
91
    <property name="step_increment">10</property>
 
92
    <property name="page_increment">10</property>
 
93
  </object>
 
94
  <object class="GtkAdjustment" id="slowkeys_delay_adjustment">
 
95
    <property name="value">0.5</property>
 
96
    <property name="upper">500</property>
 
97
    <property name="step_increment">10</property>
 
98
    <property name="page_increment">10</property>
 
99
  </object>
 
100
  <object class="GtkAdjustment" id="bouncekeys_delay_adjustment">
 
101
    <property name="value">0.5</property>
 
102
    <property name="upper">900</property>
 
103
    <property name="step_increment">10</property>
 
104
    <property name="page_increment">10</property>
 
105
  </object>
 
106
  <object class="GtkAdjustment" id="click_delay_adjustment">
 
107
    <property name="value">1.2</property>
 
108
    <property name="lower">0.5</property>
 
109
    <property name="upper">3</property>
 
110
    <property name="step_increment">0.10000000000000001</property>
 
111
    <property name="page_increment">0.10000000000000001</property>
 
112
  </object>
 
113
  <object class="GtkAdjustment" id="dwell_time_adjustment">
 
114
    <property name="value">1.2</property>
 
115
    <property name="lower">0.20000000000000001</property>
 
116
    <property name="upper">3</property>
 
117
    <property name="step_increment">0.10000000000000001</property>
 
118
    <property name="page_increment">0.10000000000000001</property>
 
119
  </object>
 
120
  <object class="GtkAdjustment" id="dwell_threshold_adjustment">
 
121
    <property name="value">15</property>
 
122
    <property name="upper">30</property>
 
123
    <property name="step_increment">1</property>
 
124
    <property name="page_increment">1</property>
 
125
  </object>
 
126
  <object class="GtkWindow" id="universal_access_settings_window">
 
127
    <child>
 
128
      <object class="GtkVBox" id="universal_access_box">
 
129
        <property name="visible">True</property>
 
130
        <property name="border_width">10</property>
 
131
        <property name="orientation">vertical</property>
 
132
        <property name="spacing">5</property>
 
133
        <child>
 
134
          <object class="GtkNotebook" id="notebook">
 
135
            <property name="visible">True</property>
 
136
            <property name="can_focus">True</property>
 
137
            <child>
 
138
              <object class="GtkVBox" id="seeing_vbox">
 
139
                <property name="visible">True</property>
 
140
                <property name="border_width">6</property>
 
141
                <property name="orientation">vertical</property>
 
142
                <property name="spacing">12</property>
 
143
                <child>
 
144
                  <object class="GtkFrame" id="frame5">
 
145
                    <property name="visible">True</property>
 
146
                    <property name="label_xalign">0</property>
 
147
                    <property name="shadow_type">none</property>
 
148
                    <child>
 
149
                      <object class="GtkAlignment" id="alignment9">
 
150
                        <property name="visible">True</property>
 
151
                        <property name="yscale">0</property>
 
152
                        <property name="left_padding">12</property>
 
153
                        <child>
 
154
                          <object class="GtkVBox" id="vbox9">
 
155
                            <property name="visible">True</property>
 
156
                            <property name="orientation">vertical</property>
 
157
                            <property name="spacing">6</property>
 
158
                            <child>
 
159
                              <object class="GtkTable" id="table2">
 
160
                                <property name="visible">True</property>
 
161
                                <property name="n_rows">3</property>
 
162
                                <property name="n_columns">2</property>
 
163
                                <property name="column_spacing">24</property>
 
164
                                <property name="row_spacing">6</property>
 
165
                                <child>
 
166
                                  <object class="GtkHBox" id="hbox7">
 
167
                                    <property name="visible">True</property>
 
168
                                    <property name="spacing">6</property>
 
169
                                    <child>
 
170
                                      <object class="GtkLabel" id="label17">
 
171
                                        <property name="visible">True</property>
 
172
                                        <property name="xalign">0</property>
 
173
                                        <property name="label" translatable="yes">Change contrast:</property>
 
174
                                        <attributes>
 
175
                                          <attribute name="scale" value="1.250000"/>
 
176
                                        </attributes>
 
177
                                      </object>
 
178
                                      <packing>
 
179
                                        <property name="expand">False</property>
 
180
                                        <property name="position">0</property>
 
181
                                      </packing>
 
182
                                    </child>
 
183
                                    <child>
 
184
                                      <object class="GtkLabel" id="seeing_contrast_toggle_keybinding_label">
 
185
                                        <property name="visible">True</property>
 
186
                                        <property name="xalign">0</property>
 
187
                                        <property name="label">Ctrl+Alt+0</property>
 
188
                                        <attributes>
 
189
                                          <attribute name="scale" value="1.250000"/>
 
190
                                        </attributes>
 
191
                                      </object>
 
192
                                      <packing>
 
193
                                        <property name="expand">False</property>
 
194
                                        <property name="position">1</property>
 
195
                                      </packing>
 
196
                                    </child>
 
197
                                  </object>
 
198
                                  <packing>
 
199
                                    <property name="left_attach">1</property>
 
200
                                    <property name="right_attach">2</property>
 
201
                                    <property name="x_options">GTK_FILL</property>
 
202
                                    <property name="y_options"></property>
 
203
                                  </packing>
 
204
                                </child>
 
205
                                <child>
 
206
                                  <object class="GtkHBox" id="seeing_contrast_box">
 
207
                                    <property name="visible">True</property>
 
208
                                    <property name="spacing">12</property>
 
209
                                    <child>
 
210
                                      <object class="GtkLabel" id="seeing_contrast_label">
 
211
                                        <property name="visible">True</property>
 
212
                                        <property name="xalign">0</property>
 
213
                                        <property name="label" translatable="yes">Contrast:</property>
 
214
                                        <property name="use_underline">True</property>
 
215
                                        <property name="mnemonic_widget">seeing_contrast_combobox</property>
 
216
                                        <attributes>
 
217
                                          <attribute name="scale" value="1.250000"/>
 
218
                                        </attributes>
 
219
                                      </object>
 
220
                                      <packing>
 
221
                                        <property name="expand">False</property>
 
222
                                        <property name="fill">False</property>
 
223
                                        <property name="position">0</property>
 
224
                                      </packing>
 
225
                                    </child>
 
226
                                    <child>
 
227
                                      <object class="GtkComboBox" id="seeing_contrast_combobox">
 
228
                                        <property name="visible">True</property>
 
229
                                        <property name="model">contrast_model</property>
 
230
                                        <property name="active">1</property>
 
231
                                        <child>
 
232
                                          <object class="GtkCellRendererText" id="contrast_renderer">
 
233
                                            <property name="font">Normal</property>
 
234
                                          </object>
 
235
                                          <attributes>
 
236
                                            <attribute name="scale">1</attribute>
 
237
                                            <attribute name="text">0</attribute>
 
238
                                          </attributes>
 
239
                                        </child>
 
240
                                      </object>
 
241
                                      <packing>
 
242
                                        <property name="expand">False</property>
 
243
                                        <property name="fill">False</property>
 
244
                                        <property name="position">1</property>
 
245
                                      </packing>
 
246
                                    </child>
 
247
                                  </object>
 
248
                                  <packing>
 
249
                                    <property name="x_options">GTK_FILL</property>
 
250
                                    <property name="y_options"></property>
 
251
                                  </packing>
 
252
                                </child>
 
253
                                <child>
 
254
                                  <object class="GtkHBox" id="seeing_text_size_box">
 
255
                                    <property name="visible">True</property>
 
256
                                    <property name="spacing">12</property>
 
257
                                    <child>
 
258
                                      <object class="GtkLabel" id="seeing_text_size_label">
 
259
                                        <property name="visible">True</property>
 
260
                                        <property name="xalign">0</property>
 
261
                                        <property name="label" translatable="yes">Text size:</property>
 
262
                                        <property name="use_underline">True</property>
 
263
                                        <property name="mnemonic_widget">seeing_text_size_combobox</property>
 
264
                                        <attributes>
 
265
                                          <attribute name="scale" value="1.250000"/>
 
266
                                        </attributes>
 
267
                                      </object>
 
268
                                      <packing>
 
269
                                        <property name="expand">False</property>
 
270
                                        <property name="fill">False</property>
 
271
                                        <property name="position">0</property>
 
272
                                      </packing>
 
273
                                    </child>
 
274
                                    <child>
 
275
                                      <object class="GtkComboBox" id="seeing_text_size_combobox">
 
276
                                        <property name="visible">True</property>
 
277
                                        <property name="model">text_size_model</property>
 
278
                                        <property name="active">0</property>
 
279
                                        <child>
 
280
                                          <object class="GtkCellRendererText" id="text_size_renderer"/>
 
281
                                          <attributes>
 
282
                                            <attribute name="scale">2</attribute>
 
283
                                            <attribute name="text">1</attribute>
 
284
                                          </attributes>
 
285
                                        </child>
 
286
                                      </object>
 
287
                                      <packing>
 
288
                                        <property name="expand">False</property>
 
289
                                        <property name="fill">False</property>
 
290
                                        <property name="position">1</property>
 
291
                                      </packing>
 
292
                                    </child>
 
293
                                  </object>
 
294
                                  <packing>
 
295
                                    <property name="top_attach">1</property>
 
296
                                    <property name="bottom_attach">2</property>
 
297
                                    <property name="x_options">GTK_FILL</property>
 
298
                                    <property name="y_options"></property>
 
299
                                  </packing>
 
300
                                </child>
 
301
                                <child>
 
302
                                  <object class="GtkHBox" id="hbox24">
 
303
                                    <property name="visible">True</property>
 
304
                                    <property name="spacing">6</property>
 
305
                                    <child>
 
306
                                      <object class="GtkLabel" id="label5">
 
307
                                        <property name="visible">True</property>
 
308
                                        <property name="xalign">0</property>
 
309
                                        <property name="label" translatable="yes">Increase size:</property>
 
310
                                        <attributes>
 
311
                                          <attribute name="scale" value="1.250000"/>
 
312
                                        </attributes>
 
313
                                      </object>
 
314
                                      <packing>
 
315
                                        <property name="expand">False</property>
 
316
                                        <property name="position">0</property>
 
317
                                      </packing>
 
318
                                    </child>
 
319
                                    <child>
 
320
                                      <object class="GtkLabel" id="seeing_increase_size_keybinding_label">
 
321
                                        <property name="visible">True</property>
 
322
                                        <property name="xalign">0</property>
 
323
                                        <property name="label">Shift+Ctrl+Alt+=</property>
 
324
                                        <attributes>
 
325
                                          <attribute name="scale" value="1.250000"/>
 
326
                                        </attributes>
 
327
                                      </object>
 
328
                                      <packing>
 
329
                                        <property name="expand">False</property>
 
330
                                        <property name="position">1</property>
 
331
                                      </packing>
 
332
                                    </child>
 
333
                                  </object>
 
334
                                  <packing>
 
335
                                    <property name="left_attach">1</property>
 
336
                                    <property name="right_attach">2</property>
 
337
                                    <property name="top_attach">1</property>
 
338
                                    <property name="bottom_attach">2</property>
 
339
                                    <property name="x_options">GTK_FILL</property>
 
340
                                    <property name="y_options"></property>
 
341
                                  </packing>
 
342
                                </child>
 
343
                                <child>
 
344
                                  <object class="GtkHBox" id="hbox25">
 
345
                                    <property name="visible">True</property>
 
346
                                    <property name="spacing">6</property>
 
347
                                    <child>
 
348
                                      <object class="GtkLabel" id="label6">
 
349
                                        <property name="visible">True</property>
 
350
                                        <property name="xalign">0</property>
 
351
                                        <property name="label" translatable="yes">Decrease size:</property>
 
352
                                        <attributes>
 
353
                                          <attribute name="scale" value="1.250000"/>
 
354
                                        </attributes>
 
355
                                      </object>
 
356
                                      <packing>
 
357
                                        <property name="expand">False</property>
 
358
                                        <property name="position">0</property>
 
359
                                      </packing>
 
360
                                    </child>
 
361
                                    <child>
 
362
                                      <object class="GtkLabel" id="seeing_decrease_size_keybinding_label">
 
363
                                        <property name="visible">True</property>
 
364
                                        <property name="xalign">0</property>
 
365
                                        <property name="label">Shift+Ctrl+Alt+-</property>
 
366
                                        <attributes>
 
367
                                          <attribute name="scale" value="1.250000"/>
 
368
                                        </attributes>
 
369
                                      </object>
 
370
                                      <packing>
 
371
                                        <property name="expand">False</property>
 
372
                                        <property name="position">1</property>
 
373
                                      </packing>
 
374
                                    </child>
 
375
                                  </object>
 
376
                                  <packing>
 
377
                                    <property name="left_attach">1</property>
 
378
                                    <property name="right_attach">2</property>
 
379
                                    <property name="top_attach">2</property>
 
380
                                    <property name="bottom_attach">3</property>
 
381
                                    <property name="x_options">GTK_FILL</property>
 
382
                                    <property name="y_options"></property>
 
383
                                  </packing>
 
384
                                </child>
 
385
                                <child>
 
386
                                  <object class="GtkLabel" id="label7">
 
387
                                    <property name="visible">True</property>
 
388
                                  </object>
 
389
                                  <packing>
 
390
                                    <property name="top_attach">2</property>
 
391
                                    <property name="bottom_attach">3</property>
 
392
                                    <property name="x_options">GTK_FILL</property>
 
393
                                    <property name="y_options"></property>
 
394
                                  </packing>
 
395
                                </child>
 
396
                              </object>
 
397
                              <packing>
 
398
                                <property name="expand">False</property>
 
399
                                <property name="fill">False</property>
 
400
                                <property name="position">0</property>
 
401
                              </packing>
 
402
                            </child>
 
403
                          </object>
 
404
                        </child>
 
405
                      </object>
 
406
                    </child>
 
407
                    <child type="label">
 
408
                      <object class="GtkLabel" id="label18">
 
409
                        <property name="visible">True</property>
 
410
                        <property name="label" translatable="yes" context="universal access, seeing" comments="Translators: this refers to theme contrast and font size">Display</property>
 
411
                        <attributes>
 
412
                          <attribute name="weight" value="bold"/>
 
413
                          <attribute name="scale" value="1.250000"/>
 
414
                        </attributes>
 
415
                      </object>
 
416
                    </child>
 
417
                  </object>
 
418
                  <packing>
 
419
                    <property name="expand">False</property>
 
420
                    <property name="fill">False</property>
 
421
                    <property name="position">0</property>
 
422
                  </packing>
 
423
                </child>
 
424
                <child>
 
425
                  <object class="GtkFrame" id="frame4">
 
426
                    <property name="visible">True</property>
 
427
                    <property name="label_xalign">0</property>
 
428
                    <property name="shadow_type">none</property>
 
429
                    <child>
 
430
                      <object class="GtkAlignment" id="alignment8">
 
431
                        <property name="visible">True</property>
 
432
                        <property name="left_padding">12</property>
 
433
                        <child>
 
434
                          <object class="GtkVBox" id="vbox8">
 
435
                            <property name="visible">True</property>
 
436
                            <property name="orientation">vertical</property>
 
437
                            <property name="spacing">6</property>
 
438
                            <child>
 
439
                              <object class="GtkTable" id="table7">
 
440
                                <property name="visible">True</property>
 
441
                                <property name="n_rows">3</property>
 
442
                                <property name="n_columns">3</property>
 
443
                                <property name="column_spacing">24</property>
 
444
                                <child>
 
445
                                  <object class="GtkHBox" id="seeing_zoom_enabled_box">
 
446
                                    <property name="visible">True</property>
 
447
                                    <property name="spacing">6</property>
 
448
                                    <child>
 
449
                                      <object class="GtkSwitch" id="seeing_zoom_switch">
 
450
                                        <property name="visible">True</property>
 
451
                                        <property name="can_focus">True</property>
 
452
                                        <property name="receives_default">False</property>
 
453
                                      </object>
 
454
                                      <packing>
 
455
                                        <property name="expand">False</property>
 
456
                                        <property name="position">0</property>
 
457
                                      </packing>
 
458
                                    </child>
 
459
                                  </object>
 
460
                                  <packing>
 
461
                                    <property name="x_options">GTK_FILL</property>
 
462
                                    <property name="y_options"></property>
 
463
                                  </packing>
 
464
                                </child>
 
465
                                <child>
 
466
                                  <object class="GtkHBox" id="hbox20">
 
467
                                    <property name="visible">True</property>
 
468
                                    <property name="spacing">6</property>
 
469
                                    <child>
 
470
                                      <object class="GtkLabel" id="label1">
 
471
                                        <property name="visible">True</property>
 
472
                                        <property name="xalign">0</property>
 
473
                                        <property name="label" translatable="yes">Turn on or off:</property>
 
474
                                        <attributes>
 
475
                                          <attribute name="scale" value="1.250000"/>
 
476
                                        </attributes>
 
477
                                      </object>
 
478
                                      <packing>
 
479
                                        <property name="expand">False</property>
 
480
                                        <property name="fill">False</property>
 
481
                                        <property name="position">0</property>
 
482
                                      </packing>
 
483
                                    </child>
 
484
                                    <child>
 
485
                                      <object class="GtkLabel" id="seeing_zoom_enable_keybinding_label">
 
486
                                        <property name="visible">True</property>
 
487
                                        <property name="xalign">0</property>
 
488
                                        <property name="label">Ctrl+Alt+8</property>
 
489
                                        <attributes>
 
490
                                          <attribute name="scale" value="1.250000"/>
 
491
                                        </attributes>
 
492
                                      </object>
 
493
                                      <packing>
 
494
                                        <property name="expand">False</property>
 
495
                                        <property name="fill">False</property>
 
496
                                        <property name="position">1</property>
 
497
                                      </packing>
 
498
                                    </child>
 
499
                                  </object>
 
500
                                  <packing>
 
501
                                    <property name="left_attach">1</property>
 
502
                                    <property name="right_attach">2</property>
 
503
                                    <property name="y_options"></property>
 
504
                                  </packing>
 
505
                                </child>
 
506
                                <child>
 
507
                                  <object class="GtkHBox" id="hbox21">
 
508
                                    <property name="visible">True</property>
 
509
                                    <property name="spacing">6</property>
 
510
                                    <child>
 
511
                                      <object class="GtkLabel" id="seeing_zoom_in_label">
 
512
                                        <property name="visible">True</property>
 
513
                                        <property name="xalign">0</property>
 
514
                                        <property name="label" translatable="yes">Zoom in:</property>
 
515
                                        <attributes>
 
516
                                          <attribute name="scale" value="1.250000"/>
 
517
                                        </attributes>
 
518
                                      </object>
 
519
                                      <packing>
 
520
                                        <property name="expand">False</property>
 
521
                                        <property name="position">0</property>
 
522
                                      </packing>
 
523
                                    </child>
 
524
                                    <child>
 
525
                                      <object class="GtkLabel" id="seeing_zoom_in_keybinding_label">
 
526
                                        <property name="visible">True</property>
 
527
                                        <property name="xalign">0</property>
 
528
                                        <property name="label">Ctrl+Alt+=</property>
 
529
                                        <attributes>
 
530
                                          <attribute name="scale" value="1.250000"/>
 
531
                                        </attributes>
 
532
                                      </object>
 
533
                                      <packing>
 
534
                                        <property name="position">1</property>
 
535
                                      </packing>
 
536
                                    </child>
 
537
                                  </object>
 
538
                                  <packing>
 
539
                                    <property name="left_attach">1</property>
 
540
                                    <property name="right_attach">2</property>
 
541
                                    <property name="top_attach">1</property>
 
542
                                    <property name="bottom_attach">2</property>
 
543
                                    <property name="x_options">GTK_FILL</property>
 
544
                                    <property name="y_options"></property>
 
545
                                  </packing>
 
546
                                </child>
 
547
                                <child>
 
548
                                  <object class="GtkHBox" id="hbox22">
 
549
                                    <property name="visible">True</property>
 
550
                                    <property name="spacing">6</property>
 
551
                                    <child>
 
552
                                      <object class="GtkLabel" id="seeing_zoom_out_label">
 
553
                                        <property name="visible">True</property>
 
554
                                        <property name="xalign">0</property>
 
555
                                        <property name="label" translatable="yes">Zoom out:</property>
 
556
                                        <attributes>
 
557
                                          <attribute name="scale" value="1.250000"/>
 
558
                                        </attributes>
 
559
                                      </object>
 
560
                                      <packing>
 
561
                                        <property name="expand">False</property>
 
562
                                        <property name="position">0</property>
 
563
                                      </packing>
 
564
                                    </child>
 
565
                                    <child>
 
566
                                      <object class="GtkLabel" id="seeing_zoom_out_keybinding_label">
 
567
                                        <property name="visible">True</property>
 
568
                                        <property name="xalign">0</property>
 
569
                                        <property name="label">Ctrl+Alt+-</property>
 
570
                                        <attributes>
 
571
                                          <attribute name="scale" value="1.250000"/>
 
572
                                        </attributes>
 
573
                                      </object>
 
574
                                      <packing>
 
575
                                        <property name="position">1</property>
 
576
                                      </packing>
 
577
                                    </child>
 
578
                                  </object>
 
579
                                  <packing>
 
580
                                    <property name="left_attach">1</property>
 
581
                                    <property name="right_attach">2</property>
 
582
                                    <property name="top_attach">2</property>
 
583
                                    <property name="bottom_attach">3</property>
 
584
                                    <property name="x_options">GTK_FILL</property>
 
585
                                    <property name="y_options"></property>
 
586
                                  </packing>
 
587
                                </child>
 
588
                                <child>
 
589
                                  <object class="GtkLabel" id="label15">
 
590
                                    <property name="visible">True</property>
 
591
                                  </object>
 
592
                                  <packing>
 
593
                                    <property name="top_attach">1</property>
 
594
                                    <property name="bottom_attach">2</property>
 
595
                                    <property name="x_options">GTK_FILL</property>
 
596
                                    <property name="y_options"></property>
 
597
                                  </packing>
 
598
                                </child>
 
599
                                <child>
 
600
                                  <object class="GtkButton" id="seeing_zoom_preferences_button">
 
601
                                    <property name="can_focus">True</property>
 
602
                                    <property name="receives_default">True</property>
 
603
                                    <child>
 
604
                                      <object class="GtkLabel" id="seeing_zoom_preferences_label">
 
605
                                        <property name="visible">True</property>
 
606
                                        <property name="sensitive">False</property>
 
607
                                        <property name="label" translatable="yes">Options...</property>
 
608
                                        <property name="use_markup">True</property>
 
609
                                      </object>
 
610
                                    </child>
 
611
                                  </object>
 
612
                                  <packing>
 
613
                                    <property name="left_attach">2</property>
 
614
                                    <property name="right_attach">3</property>
 
615
                                    <property name="x_options"></property>
 
616
                                    <property name="y_options"></property>
 
617
                                  </packing>
 
618
                                </child>
 
619
                                <child>
 
620
                                  <object class="GtkLabel" id="label12">
 
621
                                    <property name="visible">True</property>
 
622
                                  </object>
 
623
                                  <packing>
 
624
                                    <property name="top_attach">2</property>
 
625
                                    <property name="bottom_attach">3</property>
 
626
                                    <property name="x_options">GTK_FILL</property>
 
627
                                    <property name="y_options"></property>
 
628
                                  </packing>
 
629
                                </child>
 
630
                                <child>
 
631
                                  <object class="GtkLabel" id="label13">
 
632
                                    <property name="visible">True</property>
 
633
                                  </object>
 
634
                                  <packing>
 
635
                                    <property name="left_attach">2</property>
 
636
                                    <property name="right_attach">3</property>
 
637
                                    <property name="top_attach">1</property>
 
638
                                    <property name="bottom_attach">2</property>
 
639
                                    <property name="x_options"></property>
 
640
                                    <property name="y_options"></property>
 
641
                                  </packing>
 
642
                                </child>
 
643
                                <child>
 
644
                                  <object class="GtkLabel" id="label14">
 
645
                                    <property name="visible">True</property>
 
646
                                  </object>
 
647
                                  <packing>
 
648
                                    <property name="left_attach">2</property>
 
649
                                    <property name="right_attach">3</property>
 
650
                                    <property name="top_attach">2</property>
 
651
                                    <property name="bottom_attach">3</property>
 
652
                                    <property name="x_options"></property>
 
653
                                    <property name="y_options"></property>
 
654
                                  </packing>
 
655
                                </child>
 
656
                              </object>
 
657
                              <packing>
 
658
                                <property name="expand">False</property>
 
659
                                <property name="fill">False</property>
 
660
                                <property name="position">0</property>
 
661
                              </packing>
 
662
                            </child>
 
663
                          </object>
 
664
                        </child>
 
665
                      </object>
 
666
                    </child>
 
667
                    <child type="label">
 
668
                      <object class="GtkLabel" id="label8">
 
669
                        <property name="visible">True</property>
 
670
                        <property name="label" translatable="yes" context="universal access, seeing" comments="Translators: this refers to screen magnifier">Zoom</property>
 
671
                        <attributes>
 
672
                          <attribute name="weight" value="bold"/>
 
673
                          <attribute name="scale" value="1.250000"/>
 
674
                        </attributes>
 
675
                      </object>
 
676
                    </child>
 
677
                  </object>
 
678
                  <packing>
 
679
                    <property name="expand">False</property>
 
680
                    <property name="fill">False</property>
 
681
                    <property name="position">1</property>
 
682
                  </packing>
 
683
                </child>
 
684
                <child>
 
685
                  <object class="GtkFrame" id="seeing_reader_frame">
 
686
                    <property name="label_xalign">0</property>
 
687
                    <property name="shadow_type">none</property>
 
688
                    <property name="visible">True</property>
 
689
                    <child>
 
690
                      <object class="GtkAlignment" id="alignment5">
 
691
                        <property name="visible">True</property>
 
692
                        <property name="left_padding">12</property>
 
693
                        <child>
 
694
                          <object class="GtkVBox" id="vbox6">
 
695
                            <property name="visible">True</property>
 
696
                            <property name="orientation">vertical</property>
 
697
                            <property name="spacing">6</property>
 
698
                            <child>
 
699
                              <object class="GtkTable" id="table5">
 
700
                                <property name="visible">True</property>
 
701
                                <property name="n_columns">3</property>
 
702
                                <property name="column_spacing">24</property>
 
703
                                <property name="row_spacing">12</property>
 
704
                                <child>
 
705
                                  <object class="GtkHBox" id="seeing_reader_enabled_box">
 
706
                                    <property name="visible">True</property>
 
707
                                    <property name="spacing">6</property>
 
708
                                    <child>
 
709
                                      <object class="GtkSwitch" id="seeing_reader_switch">
 
710
                                        <property name="visible">True</property>
 
711
                                        <property name="can_focus">True</property>
 
712
                                        <property name="receives_default">False</property>
 
713
                                      </object>
 
714
                                      <packing>
 
715
                                        <property name="expand">False</property>
 
716
                                        <property name="position">0</property>
 
717
                                      </packing>
 
718
                                    </child>
 
719
                                  </object>
 
720
                                  <packing>
 
721
                                    <property name="x_options">GTK_FILL</property>
 
722
                                    <property name="y_options"></property>
 
723
                                  </packing>
 
724
                                </child>
 
725
                                <child>
 
726
                                  <object class="GtkHBox" id="hbox11">
 
727
                                    <property name="visible">True</property>
 
728
                                    <property name="spacing">6</property>
 
729
                                    <child>
 
730
                                      <object class="GtkLabel" id="label9">
 
731
                                        <property name="visible">True</property>
 
732
                                        <property name="xalign">0</property>
 
733
                                        <property name="label" translatable="yes">Turn on or off:</property>
 
734
                                        <attributes>
 
735
                                          <attribute name="scale" value="1.250000"/>
 
736
                                        </attributes>
 
737
                                      </object>
 
738
                                      <packing>
 
739
                                        <property name="expand">False</property>
 
740
                                        <property name="position">0</property>
 
741
                                      </packing>
 
742
                                    </child>
 
743
                                    <child>
 
744
                                      <object class="GtkLabel" id="seeing_reader_enable_keybinding_label">
 
745
                                        <property name="visible">True</property>
 
746
                                        <property name="xalign">0</property>
 
747
                                        <property name="label">Ctrl+Alt+4</property>
 
748
                                        <attributes>
 
749
                                          <attribute name="scale" value="1.250000"/>
 
750
                                        </attributes>
 
751
                                      </object>
 
752
                                      <packing>
 
753
                                        <property name="expand">False</property>
 
754
                                        <property name="position">1</property>
 
755
                                      </packing>
 
756
                                    </child>
 
757
                                  </object>
 
758
                                  <packing>
 
759
                                    <property name="left_attach">1</property>
 
760
                                    <property name="right_attach">2</property>
 
761
                                    <property name="y_options"></property>
 
762
                                  </packing>
 
763
                                </child>
 
764
                                <child>
 
765
                                  <object class="GtkButton" id="seeing_reader_preferences_button">
 
766
                                    <property name="visible">False</property>
 
767
                                    <property name="sensitive">False</property>
 
768
                                    <property name="can_focus">True</property>
 
769
                                    <property name="receives_default">True</property>
 
770
                                    <property name="use_underline">True</property>
 
771
                                    <child>
 
772
                                      <object class="GtkLabel" id="seeing_speech_preferences_label">
 
773
                                        <property name="visible">True</property>
 
774
                                        <property name="label" translatable="yes">Options...</property>
 
775
                                        <property name="use_markup">True</property>
 
776
                                      </object>
 
777
                                    </child>
 
778
                                  </object>
 
779
                                  <packing>
 
780
                                    <property name="left_attach">2</property>
 
781
                                    <property name="right_attach">3</property>
 
782
                                    <property name="x_options"></property>
 
783
                                    <property name="y_options"></property>
 
784
                                  </packing>
 
785
                                </child>
 
786
                              </object>
 
787
                              <packing>
 
788
                                <property name="expand">False</property>
 
789
                                <property name="fill">False</property>
 
790
                                <property name="position">0</property>
 
791
                              </packing>
 
792
                            </child>
 
793
                          </object>
 
794
                        </child>
 
795
                      </object>
 
796
                    </child>
 
797
                    <child type="label">
 
798
                      <object class="GtkLabel" id="label2">
 
799
                        <property name="visible">True</property>
 
800
                        <property name="label" translatable="yes">Screen Reader</property>
 
801
                        <attributes>
 
802
                          <attribute name="weight" value="bold"/>
 
803
                          <attribute name="scale" value="1.250000"/>
 
804
                        </attributes>
 
805
                      </object>
 
806
                    </child>
 
807
                  </object>
 
808
                  <packing>
 
809
                    <property name="expand">False</property>
 
810
                    <property name="fill">False</property>
 
811
                    <property name="position">2</property>
 
812
                  </packing>
 
813
                </child>
 
814
                <child>
 
815
                  <object class="GtkCheckButton" id="seeing_enable_toggle_keys_checkbutton">
 
816
                    <property name="visible">True</property>
 
817
                    <property name="can_focus">True</property>
 
818
                    <property name="receives_default">False</property>
 
819
                    <property name="use_underline">True</property>
 
820
                    <property name="draw_indicator">True</property>
 
821
                    <child>
 
822
                      <object class="GtkLabel" id="seeing_enable_toggle_keys_label">
 
823
                        <property name="visible">True</property>
 
824
                        <property name="label" translatable="yes">Beep when Caps and Num Lock are used</property>
 
825
                        <property name="use_markup">True</property>
 
826
                      </object>
 
827
                    </child>
 
828
                  </object>
 
829
                  <packing>
 
830
                    <property name="expand">False</property>
 
831
                    <property name="fill">False</property>
 
832
                    <property name="position">3</property>
 
833
                  </packing>
 
834
                </child>
 
835
              </object>
 
836
              <packing>
 
837
                <property name="tab_fill">False</property>
 
838
              </packing>
 
839
            </child>
 
840
            <child type="tab">
 
841
              <object class="GtkLabel" id="seeing_tab_label">
 
842
                <property name="visible">True</property>
 
843
                <property name="label" translatable="yes">Seeing</property>
 
844
                <attributes>
 
845
                  <attribute name="scale" value="1.000000"/>
 
846
                </attributes>
 
847
              </object>
 
848
              <packing>
 
849
                <property name="tab_fill">False</property>
 
850
              </packing>
 
851
            </child>
 
852
            <child>
 
853
              <object class="GtkVBox" id="hearing_vbox">
 
854
                <property name="visible">True</property>
 
855
                <property name="border_width">6</property>
 
856
                <property name="orientation">vertical</property>
 
857
                <property name="spacing">12</property>
 
858
                <child>
 
859
                  <object class="GtkFrame" id="frame11">
 
860
                    <property name="visible">True</property>
 
861
                    <property name="label_xalign">0</property>
 
862
                    <property name="shadow_type">none</property>
 
863
                    <child>
 
864
                      <object class="GtkAlignment" id="alignment3">
 
865
                        <property name="visible">True</property>
 
866
                        <property name="yscale">0</property>
 
867
                        <property name="left_padding">12</property>
 
868
                        <child>
 
869
                          <object class="GtkVBox" id="vbox4">
 
870
                            <property name="visible">True</property>
 
871
                            <property name="orientation">vertical</property>
 
872
                            <property name="spacing">6</property>
 
873
                            <child>
 
874
                              <object class="GtkTable" id="table13">
 
875
                                <property name="visible">True</property>
 
876
                                <property name="n_rows">3</property>
 
877
                                <property name="n_columns">3</property>
 
878
                                <property name="column_spacing">24</property>
 
879
                                <child>
 
880
                                  <object class="GtkHBox" id="hearing_visual_alerts_enabled_box">
 
881
                                    <property name="visible">True</property>
 
882
                                    <property name="spacing">6</property>
 
883
                                    <child>
 
884
                                      <object class="GtkSwitch" id="hearing_visual_alerts_switch">
 
885
                                        <property name="visible">True</property>
 
886
                                        <property name="can_focus">True</property>
 
887
                                        <property name="receives_default">False</property>
 
888
                                      </object>
 
889
                                      <packing>
 
890
                                        <property name="expand">False</property>
 
891
                                        <property name="position">0</property>
 
892
                                      </packing>
 
893
                                    </child>
 
894
                                  </object>
 
895
                                  <packing>
 
896
                                    <property name="x_options">GTK_FILL</property>
 
897
                                    <property name="y_options"></property>
 
898
                                  </packing>
 
899
                                </child>
 
900
                                <child>
 
901
                                  <object class="GtkLabel" id="label31">
 
902
                                    <property name="visible">True</property>
 
903
                                    <property name="xalign">0</property>
 
904
                                    <property name="label" translatable="yes">Use a visual indication when an alert sound occurs</property>
 
905
                                  </object>
 
906
                                  <packing>
 
907
                                    <property name="left_attach">1</property>
 
908
                                    <property name="right_attach">2</property>
 
909
                                    <property name="y_options"></property>
 
910
                                  </packing>
 
911
                                </child>
 
912
                                <child>
 
913
                                  <object class="GtkButton" id="hearing_test_flash_button">
 
914
                                    <property name="label" translatable="yes">Test flash</property>
 
915
                                    <property name="visible">True</property>
 
916
                                    <property name="sensitive">False</property>
 
917
                                    <property name="can_focus">True</property>
 
918
                                    <property name="receives_default">True</property>
 
919
                                  </object>
 
920
                                  <packing>
 
921
                                    <property name="left_attach">2</property>
 
922
                                    <property name="right_attach">3</property>
 
923
                                    <property name="x_options">GTK_FILL</property>
 
924
                                    <property name="y_options"></property>
 
925
                                  </packing>
 
926
                                </child>
 
927
                                <child>
 
928
                                  <object class="GtkRadioButton" id="hearing_flash_window_title_button">
 
929
                                    <property name="label" translatable="yes">Flash the window title</property>
 
930
                                    <property name="visible">True</property>
 
931
                                    <property name="sensitive">False</property>
 
932
                                    <property name="can_focus">True</property>
 
933
                                    <property name="receives_default">False</property>
 
934
                                    <property name="relief">none</property>
 
935
                                    <property name="active">True</property>
 
936
                                    <property name="draw_indicator">True</property>
 
937
                                  </object>
 
938
                                  <packing>
 
939
                                    <property name="left_attach">1</property>
 
940
                                    <property name="right_attach">2</property>
 
941
                                    <property name="top_attach">1</property>
 
942
                                    <property name="bottom_attach">2</property>
 
943
                                    <property name="y_options"></property>
 
944
                                  </packing>
 
945
                                </child>
 
946
                                <child>
 
947
                                  <object class="GtkRadioButton" id="hearing_flash_screen_button">
 
948
                                    <property name="label" translatable="yes">Flash the entire screen</property>
 
949
                                    <property name="visible">True</property>
 
950
                                    <property name="sensitive">False</property>
 
951
                                    <property name="can_focus">True</property>
 
952
                                    <property name="receives_default">False</property>
 
953
                                    <property name="draw_indicator">True</property>
 
954
                                    <property name="group">hearing_flash_window_title_button</property>
 
955
                                  </object>
 
956
                                  <packing>
 
957
                                    <property name="left_attach">1</property>
 
958
                                    <property name="right_attach">2</property>
 
959
                                    <property name="top_attach">2</property>
 
960
                                    <property name="bottom_attach">3</property>
 
961
                                    <property name="y_options"></property>
 
962
                                  </packing>
 
963
                                </child>
 
964
                                <child>
 
965
                                  <object class="GtkLabel" id="label40">
 
966
                                    <property name="visible">True</property>
 
967
                                  </object>
 
968
                                  <packing>
 
969
                                    <property name="top_attach">1</property>
 
970
                                    <property name="bottom_attach">2</property>
 
971
                                    <property name="x_options">GTK_FILL</property>
 
972
                                    <property name="y_options"></property>
 
973
                                  </packing>
 
974
                                </child>
 
975
                                <child>
 
976
                                  <object class="GtkLabel" id="label41">
 
977
                                    <property name="visible">True</property>
 
978
                                  </object>
 
979
                                  <packing>
 
980
                                    <property name="top_attach">2</property>
 
981
                                    <property name="bottom_attach">3</property>
 
982
                                    <property name="x_options">GTK_FILL</property>
 
983
                                    <property name="y_options"></property>
 
984
                                  </packing>
 
985
                                </child>
 
986
                                <child>
 
987
                                  <object class="GtkLabel" id="label10">
 
988
                                    <property name="visible">True</property>
 
989
                                  </object>
 
990
                                  <packing>
 
991
                                    <property name="left_attach">2</property>
 
992
                                    <property name="right_attach">3</property>
 
993
                                    <property name="top_attach">1</property>
 
994
                                    <property name="bottom_attach">2</property>
 
995
                                    <property name="x_options"></property>
 
996
                                    <property name="y_options"></property>
 
997
                                  </packing>
 
998
                                </child>
 
999
                                <child>
 
1000
                                  <object class="GtkLabel" id="label11">
 
1001
                                    <property name="visible">True</property>
 
1002
                                  </object>
 
1003
                                  <packing>
 
1004
                                    <property name="left_attach">2</property>
 
1005
                                    <property name="right_attach">3</property>
 
1006
                                    <property name="top_attach">2</property>
 
1007
                                    <property name="bottom_attach">3</property>
 
1008
                                    <property name="x_options"></property>
 
1009
                                    <property name="y_options"></property>
 
1010
                                  </packing>
 
1011
                                </child>
 
1012
                              </object>
 
1013
                              <packing>
 
1014
                                <property name="expand">False</property>
 
1015
                                <property name="fill">False</property>
 
1016
                                <property name="position">0</property>
 
1017
                              </packing>
 
1018
                            </child>
 
1019
                          </object>
 
1020
                        </child>
 
1021
                      </object>
 
1022
                    </child>
 
1023
                    <child type="label">
 
1024
                      <object class="GtkLabel" id="label32">
 
1025
                        <property name="visible">True</property>
 
1026
                        <property name="label" translatable="yes">Visual Alerts</property>
 
1027
                        <property name="use_markup">True</property>
 
1028
                        <attributes>
 
1029
                          <attribute name="weight" value="bold"/>
 
1030
                        </attributes>
 
1031
                      </object>
 
1032
                    </child>
 
1033
                  </object>
 
1034
                  <packing>
 
1035
                    <property name="expand">False</property>
 
1036
                    <property name="fill">False</property>
 
1037
                    <property name="position">0</property>
 
1038
                  </packing>
 
1039
                </child>
 
1040
                <child>
 
1041
                  <object class="GtkFrame" id="frame12">
 
1042
                    <property name="label_xalign">0</property>
 
1043
                    <property name="shadow_type">none</property>
 
1044
                    <child>
 
1045
                      <object class="GtkAlignment" id="alignment2">
 
1046
                        <property name="visible">True</property>
 
1047
                        <property name="yscale">0</property>
 
1048
                        <property name="left_padding">12</property>
 
1049
                        <child>
 
1050
                          <object class="GtkVBox" id="vbox3">
 
1051
                            <property name="visible">True</property>
 
1052
                            <property name="orientation">vertical</property>
 
1053
                            <property name="spacing">6</property>
 
1054
                            <child>
 
1055
                              <object class="GtkTable" id="table14">
 
1056
                                <property name="visible">True</property>
 
1057
                                <property name="n_columns">2</property>
 
1058
                                <property name="column_spacing">24</property>
 
1059
                                <child>
 
1060
                                  <object class="GtkHBox" id="hearing_captions_enabled_box">
 
1061
                                    <property name="visible">True</property>
 
1062
                                    <property name="spacing">6</property>
 
1063
                                    <child>
 
1064
                                      <object class="GtkSwitch" id="hearing_captions_switch">
 
1065
                                        <property name="visible">True</property>
 
1066
                                        <property name="can_focus">True</property>
 
1067
                                        <property name="receives_default">False</property>
 
1068
                                      </object>
 
1069
                                      <packing>
 
1070
                                        <property name="expand">False</property>
 
1071
                                        <property name="position">0</property>
 
1072
                                      </packing>
 
1073
                                    </child>
 
1074
                                  </object>
 
1075
                                  <packing>
 
1076
                                    <property name="x_options">GTK_FILL</property>
 
1077
                                    <property name="y_options"></property>
 
1078
                                  </packing>
 
1079
                                </child>
 
1080
                                <child>
 
1081
                                  <object class="GtkLabel" id="label35">
 
1082
                                    <property name="visible">True</property>
 
1083
                                    <property name="xalign">0</property>
 
1084
                                    <property name="label" translatable="yes">Display a textual description of speech and sounds</property>
 
1085
                                  </object>
 
1086
                                  <packing>
 
1087
                                    <property name="left_attach">1</property>
 
1088
                                    <property name="right_attach">2</property>
 
1089
                                    <property name="y_options"></property>
 
1090
                                  </packing>
 
1091
                                </child>
 
1092
                              </object>
 
1093
                              <packing>
 
1094
                                <property name="expand">False</property>
 
1095
                                <property name="fill">False</property>
 
1096
                                <property name="position">0</property>
 
1097
                              </packing>
 
1098
                            </child>
 
1099
                          </object>
 
1100
                        </child>
 
1101
                      </object>
 
1102
                    </child>
 
1103
                    <child type="label">
 
1104
                      <object class="GtkLabel" id="label39">
 
1105
                        <property name="visible">True</property>
 
1106
                        <property name="label" translatable="yes">Closed Captioning</property>
 
1107
                        <property name="use_markup">True</property>
 
1108
                        <attributes>
 
1109
                          <attribute name="weight" value="bold"/>
 
1110
                        </attributes>
 
1111
                      </object>
 
1112
                    </child>
 
1113
                  </object>
 
1114
                  <packing>
 
1115
                    <property name="expand">False</property>
 
1116
                    <property name="fill">False</property>
 
1117
                    <property name="position">1</property>
 
1118
                  </packing>
 
1119
                </child>
 
1120
                <child>
 
1121
                  <object class="GtkHBox" id="hbox5">
 
1122
                    <property name="visible">True</property>
 
1123
                    <child>
 
1124
                      <object class="GtkButton" id="hearing_sound_preferences_button">
 
1125
                        <property name="label" translatable="yes">Sound Settings</property>
 
1126
                        <property name="visible">True</property>
 
1127
                        <property name="can_focus">True</property>
 
1128
                        <property name="receives_default">True</property>
 
1129
                      </object>
 
1130
                      <packing>
 
1131
                        <property name="expand">False</property>
 
1132
                        <property name="fill">False</property>
 
1133
                        <property name="pack_type">end</property>
 
1134
                        <property name="position">0</property>
 
1135
                      </packing>
 
1136
                    </child>
 
1137
                  </object>
 
1138
                  <packing>
 
1139
                    <property name="expand">False</property>
 
1140
                    <property name="fill">False</property>
 
1141
                    <property name="pack_type">end</property>
 
1142
                    <property name="position">2</property>
 
1143
                  </packing>
 
1144
                </child>
 
1145
              </object>
 
1146
              <packing>
 
1147
                <property name="position">1</property>
 
1148
                <property name="tab_fill">False</property>
 
1149
              </packing>
 
1150
            </child>
 
1151
            <child type="tab">
 
1152
              <object class="GtkLabel" id="hearing_tab_label">
 
1153
                <property name="visible">True</property>
 
1154
                <property name="label" translatable="yes">Hearing</property>
 
1155
              </object>
 
1156
              <packing>
 
1157
                <property name="position">1</property>
 
1158
                <property name="tab_fill">False</property>
 
1159
              </packing>
 
1160
            </child>
 
1161
            <child>
 
1162
              <object class="GtkVBox" id="typing_vbox">
 
1163
                <property name="visible">True</property>
 
1164
                <property name="border_width">6</property>
 
1165
                <property name="orientation">vertical</property>
 
1166
                <property name="spacing">12</property>
 
1167
                <child>
 
1168
                  <object class="GtkFrame" id="frame13">
 
1169
                    <property name="label_xalign">0</property>
 
1170
                    <property name="shadow_type">none</property>
 
1171
                    <property name="visible">True</property>
 
1172
                    <child>
 
1173
                      <object class="GtkAlignment" id="alignment10">
 
1174
                        <property name="visible">True</property>
 
1175
                        <property name="left_padding">12</property>
 
1176
                        <child>
 
1177
                          <object class="GtkTable" id="table4">
 
1178
                            <property name="visible">True</property>
 
1179
                            <property name="n_columns">3</property>
 
1180
                            <property name="column_spacing">24</property>
 
1181
                            <child>
 
1182
                              <object class="GtkLabel" id="typing_assistant_label">
 
1183
                                <property name="visible">True</property>
 
1184
                                <property name="xalign">0</property>
 
1185
                                <property name="label" translatable="yes">Screen keyboard</property>
 
1186
                              </object>
 
1187
                              <packing>
 
1188
                                <property name="left_attach">1</property>
 
1189
                                <property name="right_attach">2</property>
 
1190
                                <property name="y_options"></property>
 
1191
                              </packing>
 
1192
                            </child>
 
1193
                            <child>
 
1194
                              <object class="GtkHBox" id="typing_assistant_enabled_box">
 
1195
                                <property name="visible">True</property>
 
1196
                                <property name="spacing">6</property>
 
1197
                                <child>
 
1198
                                  <object class="GtkSwitch" id="typing_assistant_switch">
 
1199
                                    <property name="visible">True</property>
 
1200
                                    <property name="can_focus">True</property>
 
1201
                                    <property name="receives_default">False</property>
 
1202
                                  </object>
 
1203
                                  <packing>
 
1204
                                    <property name="expand">False</property>
 
1205
                                    <property name="position">0</property>
 
1206
                                  </packing>
 
1207
                                </child>
 
1208
                              </object>
 
1209
                              <packing>
 
1210
                                <property name="x_options">GTK_FILL</property>
 
1211
                                <property name="y_options"></property>
 
1212
                              </packing>
 
1213
                            </child>
 
1214
                            <child>
 
1215
                              <object class="GtkButton" id="typing_assistant_preferences_button">
 
1216
                                <property name="visible">True</property>
 
1217
                                <property name="can_focus">True</property>
 
1218
                                <property name="receives_default">True</property>
 
1219
                                <property name="visible">False</property>
 
1220
                                <child>
 
1221
                                  <object class="GtkLabel" id="seeing_zoom_preferences_label1">
 
1222
                                    <property name="visible">True</property>
 
1223
                                    <property name="label" translatable="yes">Options...</property>
 
1224
                                    <property name="use_markup">True</property>
 
1225
                                  </object>
 
1226
                                </child>
 
1227
                              </object>
 
1228
                              <packing>
 
1229
                                <property name="left_attach">2</property>
 
1230
                                <property name="right_attach">3</property>
 
1231
                                <property name="x_options">GTK_FILL</property>
 
1232
                                <property name="y_options"></property>
 
1233
                              </packing>
 
1234
                            </child>
 
1235
                          </object>
 
1236
                        </child>
 
1237
                      </object>
 
1238
                    </child>
 
1239
                    <child type="label">
 
1240
                      <object class="GtkLabel" id="label42">
 
1241
                        <property name="visible">True</property>
 
1242
                        <property name="label" translatable="yes">Typing Assistant</property>
 
1243
                        <property name="use_markup">True</property>
 
1244
                        <attributes>
 
1245
                          <attribute name="weight" value="bold"/>
 
1246
                        </attributes>
 
1247
                      </object>
 
1248
                    </child>
 
1249
                  </object>
 
1250
                  <packing>
 
1251
                    <property name="expand">False</property>
 
1252
                    <property name="fill">False</property>
 
1253
                    <property name="position">0</property>
 
1254
                  </packing>
 
1255
                </child>
 
1256
                <child>
 
1257
                  <object class="GtkCheckButton" id="typing_keyboard_toggle_checkbox">
 
1258
                    <property name="label" translatable="yes">Turn on accessibility features from the keyboard</property>
 
1259
                    <property name="visible">True</property>
 
1260
                    <property name="can_focus">True</property>
 
1261
                    <property name="receives_default">False</property>
 
1262
                    <property name="draw_indicator">True</property>
 
1263
                  </object>
 
1264
                  <packing>
 
1265
                    <property name="expand">False</property>
 
1266
                    <property name="fill">False</property>
 
1267
                    <property name="position">1</property>
 
1268
                  </packing>
 
1269
                </child>
 
1270
                <child>
 
1271
                  <object class="GtkFrame" id="stickykeys_frame">
 
1272
                    <property name="visible">True</property>
 
1273
                    <property name="label_xalign">0</property>
 
1274
                    <property name="shadow_type">none</property>
 
1275
                    <child>
 
1276
                      <object class="GtkAlignment" id="alignment14">
 
1277
                        <property name="visible">True</property>
 
1278
                        <property name="left_padding">12</property>
 
1279
                        <child>
 
1280
                          <object class="GtkVBox" id="vbox10">
 
1281
                            <property name="visible">True</property>
 
1282
                            <property name="orientation">vertical</property>
 
1283
                            <property name="spacing">6</property>
 
1284
                            <child>
 
1285
                              <object class="GtkTable" id="table3">
 
1286
                                <property name="visible">True</property>
 
1287
                                <property name="n_rows">3</property>
 
1288
                                <property name="n_columns">2</property>
 
1289
                                <property name="column_spacing">24</property>
 
1290
                                <property name="row_spacing">2</property>
 
1291
                                <child>
 
1292
                                  <object class="GtkHBox" id="typing_sticky_keys_enabled_box">
 
1293
                                    <property name="visible">True</property>
 
1294
                                    <property name="spacing">6</property>
 
1295
                                    <child>
 
1296
                                      <object class="GtkSwitch" id="typing_sticky_keys_switch">
 
1297
                                        <property name="visible">True</property>
 
1298
                                        <property name="can_focus">True</property>
 
1299
                                        <property name="receives_default">False</property>
 
1300
                                      </object>
 
1301
                                      <packing>
 
1302
                                        <property name="expand">False</property>
 
1303
                                        <property name="position">0</property>
 
1304
                                      </packing>
 
1305
                                    </child>
 
1306
                                  </object>
 
1307
                                  <packing>
 
1308
                                    <property name="x_options">GTK_FILL</property>
 
1309
                                    <property name="y_options"></property>
 
1310
                                  </packing>
 
1311
                                </child>
 
1312
                                <child>
 
1313
                                  <object class="GtkLabel" id="label4">
 
1314
                                    <property name="visible">True</property>
 
1315
                                    <property name="xalign">0</property>
 
1316
                                    <property name="label" translatable="yes">Treats a sequence of modifier keys as a key combination</property>
 
1317
                                  </object>
 
1318
                                  <packing>
 
1319
                                    <property name="left_attach">1</property>
 
1320
                                    <property name="right_attach">2</property>
 
1321
                                    <property name="y_options"></property>
 
1322
                                  </packing>
 
1323
                                </child>
 
1324
                                <child>
 
1325
                                  <object class="GtkCheckButton" id="typing_sticky_keys_disable_two_keys_checkbutton">
 
1326
                                    <property name="label" translatable="yes">Disable if two keys are pressed together</property>
 
1327
                                    <property name="visible">True</property>
 
1328
                                    <property name="sensitive">False</property>
 
1329
                                    <property name="can_focus">True</property>
 
1330
                                    <property name="receives_default">False</property>
 
1331
                                    <property name="draw_indicator">True</property>
 
1332
                                  </object>
 
1333
                                  <packing>
 
1334
                                    <property name="left_attach">1</property>
 
1335
                                    <property name="right_attach">2</property>
 
1336
                                    <property name="top_attach">1</property>
 
1337
                                    <property name="bottom_attach">2</property>
 
1338
                                  </packing>
 
1339
                                </child>
 
1340
                                <child>
 
1341
                                  <object class="GtkCheckButton" id="typing_sticky_keys_beep_modifier_checkbutton">
 
1342
                                    <property name="label" translatable="yes">Beep when a modifer key is pressed</property>
 
1343
                                    <property name="visible">True</property>
 
1344
                                    <property name="sensitive">False</property>
 
1345
                                    <property name="can_focus">True</property>
 
1346
                                    <property name="receives_default">False</property>
 
1347
                                    <property name="draw_indicator">True</property>
 
1348
                                  </object>
 
1349
                                  <packing>
 
1350
                                    <property name="left_attach">1</property>
 
1351
                                    <property name="right_attach">2</property>
 
1352
                                    <property name="top_attach">2</property>
 
1353
                                    <property name="bottom_attach">3</property>
 
1354
                                  </packing>
 
1355
                                </child>
 
1356
                                <child>
 
1357
                                  <object class="GtkLabel" id="label21">
 
1358
                                    <property name="visible">True</property>
 
1359
                                  </object>
 
1360
                                  <packing>
 
1361
                                    <property name="top_attach">1</property>
 
1362
                                    <property name="bottom_attach">2</property>
 
1363
                                    <property name="x_options"></property>
 
1364
                                    <property name="y_options"></property>
 
1365
                                  </packing>
 
1366
                                </child>
 
1367
                                <child>
 
1368
                                  <object class="GtkLabel" id="label22">
 
1369
                                    <property name="visible">True</property>
 
1370
                                  </object>
 
1371
                                  <packing>
 
1372
                                    <property name="top_attach">2</property>
 
1373
                                    <property name="bottom_attach">3</property>
 
1374
                                    <property name="x_options"></property>
 
1375
                                    <property name="y_options"></property>
 
1376
                                  </packing>
 
1377
                                </child>
 
1378
                              </object>
 
1379
                              <packing>
 
1380
                                <property name="expand">False</property>
 
1381
                                <property name="position">0</property>
 
1382
                              </packing>
 
1383
                            </child>
 
1384
                          </object>
 
1385
                        </child>
 
1386
                      </object>
 
1387
                    </child>
 
1388
                    <child type="label">
 
1389
                      <object class="GtkLabel" id="label3">
 
1390
                        <property name="visible">True</property>
 
1391
                        <property name="label" translatable="yes">Sticky Keys</property>
 
1392
                        <property name="use_markup">True</property>
 
1393
                        <attributes>
 
1394
                          <attribute name="weight" value="bold"/>
 
1395
                        </attributes>
 
1396
                      </object>
 
1397
                    </child>
 
1398
                  </object>
 
1399
                  <packing>
 
1400
                    <property name="expand">False</property>
 
1401
                    <property name="fill">False</property>
 
1402
                    <property name="position">2</property>
 
1403
                  </packing>
 
1404
                </child>
 
1405
                <child>
 
1406
                  <object class="GtkFrame" id="slowkeys_frame">
 
1407
                    <property name="visible">True</property>
 
1408
                    <property name="label_xalign">0</property>
 
1409
                    <property name="shadow_type">none</property>
 
1410
                    <child>
 
1411
                      <object class="GtkAlignment" id="alignment15">
 
1412
                        <property name="visible">True</property>
 
1413
                        <property name="left_padding">12</property>
 
1414
                        <child>
 
1415
                          <object class="GtkVBox" id="vbox11">
 
1416
                            <property name="visible">True</property>
 
1417
                            <property name="orientation">vertical</property>
 
1418
                            <property name="spacing">6</property>
 
1419
                            <child>
 
1420
                              <object class="GtkTable" id="table8">
 
1421
                                <property name="visible">True</property>
 
1422
                                <property name="n_rows">3</property>
 
1423
                                <property name="n_columns">3</property>
 
1424
                                <property name="column_spacing">24</property>
 
1425
                                <property name="row_spacing">2</property>
 
1426
                                <child>
 
1427
                                  <object class="GtkHBox" id="typing_slow_keys_enabled_box">
 
1428
                                    <property name="visible">True</property>
 
1429
                                    <property name="spacing">6</property>
 
1430
                                    <child>
 
1431
                                      <object class="GtkSwitch" id="typing_slow_keys_switch">
 
1432
                                        <property name="visible">True</property>
 
1433
                                        <property name="can_focus">True</property>
 
1434
                                        <property name="receives_default">False</property>
 
1435
                                      </object>
 
1436
                                      <packing>
 
1437
                                        <property name="expand">False</property>
 
1438
                                        <property name="position">0</property>
 
1439
                                      </packing>
 
1440
                                    </child>
 
1441
                                  </object>
 
1442
                                  <packing>
 
1443
                                    <property name="x_options">GTK_FILL</property>
 
1444
                                    <property name="y_options"></property>
 
1445
                                  </packing>
 
1446
                                </child>
 
1447
                                <child>
 
1448
                                  <object class="GtkLabel" id="label24">
 
1449
                                    <property name="visible">True</property>
 
1450
                                    <property name="xalign">0</property>
 
1451
                                    <property name="label" translatable="yes">Puts a delay between when a key is pressed and when it is accepted</property>
 
1452
                                  </object>
 
1453
                                  <packing>
 
1454
                                    <property name="left_attach">1</property>
 
1455
                                    <property name="right_attach">2</property>
 
1456
                                    <property name="y_options"></property>
 
1457
                                  </packing>
 
1458
                                </child>
 
1459
                                <child>
 
1460
                                  <object class="GtkHBox" id="typing_slowkeys_delay_box">
 
1461
                                    <property name="visible">True</property>
 
1462
                                    <property name="sensitive">False</property>
 
1463
                                    <property name="spacing">12</property>
 
1464
                                    <child>
 
1465
                                      <object class="GtkLabel" id="typing_slowkeys_delay_label">
 
1466
                                        <property name="visible">True</property>
 
1467
                                        <property name="xalign">0</property>
 
1468
                                        <property name="label" translatable="yes">Acceptance delay:</property>
 
1469
                                        <property name="use_underline">True</property>
 
1470
                                        <property name="justify">center</property>
 
1471
                                      </object>
 
1472
                                      <packing>
 
1473
                                        <property name="expand">False</property>
 
1474
                                        <property name="fill">False</property>
 
1475
                                        <property name="position">0</property>
 
1476
                                      </packing>
 
1477
                                    </child>
 
1478
                                    <child>
 
1479
                                      <object class="GtkHBox" id="hbox42">
 
1480
                                        <property name="visible">True</property>
 
1481
                                        <property name="spacing">6</property>
 
1482
                                        <child>
 
1483
                                          <object class="GtkLabel" id="typing_slowkeys_slow_label">
 
1484
                                            <property name="visible">True</property>
 
1485
                                            <property name="xalign">1</property>
 
1486
                                            <property name="xpad">10</property>
 
1487
                                            <property name="label" translatable="yes">Short</property>
 
1488
                                            <attributes>
 
1489
                                              <attribute name="scale" value="0.830000"/>
 
1490
                                            </attributes>
 
1491
                                          </object>
 
1492
                                          <packing>
 
1493
                                            <property name="expand">False</property>
 
1494
                                            <property name="fill">False</property>
 
1495
                                            <property name="position">0</property>
 
1496
                                          </packing>
 
1497
                                        </child>
 
1498
                                        <child>
 
1499
                                          <object class="GtkHScale" id="typing_slowkeys_delay_scale">
 
1500
                                            <property name="visible">True</property>
 
1501
                                            <property name="can_focus">True</property>
 
1502
                                            <property name="adjustment">slowkeys_delay_adjustment</property>
 
1503
                                            <property name="draw_value">False</property>
 
1504
                                            <child internal-child="accessible">
 
1505
                                              <object class="AtkObject" id="typing_slowkeys_delay_scale-atkobject">
 
1506
                                                <property name="AtkObject::accessible-description" translatable="yes">Cursor blinks speed</property>
 
1507
                                              </object>
 
1508
                                            </child>
 
1509
                                          </object>
 
1510
                                          <packing>
 
1511
                                            <property name="position">1</property>
 
1512
                                          </packing>
 
1513
                                        </child>
 
1514
                                        <child>
 
1515
                                          <object class="GtkLabel" id="typing_slowkeys_long_label">
 
1516
                                            <property name="visible">True</property>
 
1517
                                            <property name="xalign">0</property>
 
1518
                                            <property name="label" translatable="yes">Long</property>
 
1519
                                            <attributes>
 
1520
                                              <attribute name="scale" value="0.830000"/>
 
1521
                                            </attributes>
 
1522
                                          </object>
 
1523
                                          <packing>
 
1524
                                            <property name="expand">False</property>
 
1525
                                            <property name="fill">False</property>
 
1526
                                            <property name="position">2</property>
 
1527
                                          </packing>
 
1528
                                        </child>
 
1529
                                      </object>
 
1530
                                      <packing>
 
1531
                                        <property name="position">1</property>
 
1532
                                      </packing>
 
1533
                                    </child>
 
1534
                                  </object>
 
1535
                                  <packing>
 
1536
                                    <property name="left_attach">1</property>
 
1537
                                    <property name="right_attach">2</property>
 
1538
                                    <property name="top_attach">1</property>
 
1539
                                    <property name="bottom_attach">2</property>
 
1540
                                  </packing>
 
1541
                                </child>
 
1542
                                <child>
 
1543
                                  <object class="GtkHBox" id="typing_slow_keys_beeb_box">
 
1544
                                    <property name="visible">True</property>
 
1545
                                    <property name="sensitive">False</property>
 
1546
                                    <property name="spacing">6</property>
 
1547
                                    <child>
 
1548
                                      <object class="GtkLabel" id="label26">
 
1549
                                        <property name="visible">True</property>
 
1550
                                        <property name="label" translatable="yes">Beep when a key is</property>
 
1551
                                      </object>
 
1552
                                      <packing>
 
1553
                                        <property name="expand">False</property>
 
1554
                                        <property name="position">0</property>
 
1555
                                      </packing>
 
1556
                                    </child>
 
1557
                                    <child>
 
1558
                                      <object class="GtkCheckButton" id="typing_slow_keys_beep_pressed_checkbutton">
 
1559
                                        <property name="label" translatable="yes">pressed</property>
 
1560
                                        <property name="visible">True</property>
 
1561
                                        <property name="can_focus">True</property>
 
1562
                                        <property name="receives_default">False</property>
 
1563
                                        <property name="active">True</property>
 
1564
                                        <property name="draw_indicator">True</property>
 
1565
                                      </object>
 
1566
                                      <packing>
 
1567
                                        <property name="expand">False</property>
 
1568
                                        <property name="position">1</property>
 
1569
                                      </packing>
 
1570
                                    </child>
 
1571
                                    <child>
 
1572
                                      <object class="GtkCheckButton" id="typing_slow_keys_beep_accepted_checkbutton">
 
1573
                                        <property name="label" translatable="yes">accepted</property>
 
1574
                                        <property name="visible">True</property>
 
1575
                                        <property name="can_focus">True</property>
 
1576
                                        <property name="receives_default">False</property>
 
1577
                                        <property name="active">True</property>
 
1578
                                        <property name="draw_indicator">True</property>
 
1579
                                      </object>
 
1580
                                      <packing>
 
1581
                                        <property name="expand">False</property>
 
1582
                                        <property name="position">2</property>
 
1583
                                      </packing>
 
1584
                                    </child>
 
1585
                                    <child>
 
1586
                                      <object class="GtkCheckButton" id="typing_slow_keys_beep_rejected_checkbutton">
 
1587
                                        <property name="label" translatable="yes">rejected</property>
 
1588
                                        <property name="visible">True</property>
 
1589
                                        <property name="can_focus">True</property>
 
1590
                                        <property name="receives_default">False</property>
 
1591
                                        <property name="draw_indicator">True</property>
 
1592
                                      </object>
 
1593
                                      <packing>
 
1594
                                        <property name="expand">False</property>
 
1595
                                        <property name="position">3</property>
 
1596
                                      </packing>
 
1597
                                    </child>
 
1598
                                  </object>
 
1599
                                  <packing>
 
1600
                                    <property name="left_attach">1</property>
 
1601
                                    <property name="right_attach">2</property>
 
1602
                                    <property name="top_attach">2</property>
 
1603
                                    <property name="bottom_attach">3</property>
 
1604
                                  </packing>
 
1605
                                </child>
 
1606
                                <child>
 
1607
                                  <object class="GtkLabel" id="label44">
 
1608
                                    <property name="visible">True</property>
 
1609
                                  </object>
 
1610
                                  <packing>
 
1611
                                    <property name="top_attach">1</property>
 
1612
                                    <property name="bottom_attach">2</property>
 
1613
                                    <property name="x_options"></property>
 
1614
                                    <property name="y_options"></property>
 
1615
                                  </packing>
 
1616
                                </child>
 
1617
                                <child>
 
1618
                                  <object class="GtkLabel" id="label45">
 
1619
                                    <property name="visible">True</property>
 
1620
                                  </object>
 
1621
                                  <packing>
 
1622
                                    <property name="top_attach">2</property>
 
1623
                                    <property name="bottom_attach">3</property>
 
1624
                                    <property name="x_options"></property>
 
1625
                                    <property name="y_options"></property>
 
1626
                                  </packing>
 
1627
                                </child>
 
1628
                                <child>
 
1629
                                  <object class="GtkLabel" id="typing_slow_keys_spacer_label">
 
1630
                                    <property name="visible">True</property>
 
1631
                                  </object>
 
1632
                                  <packing>
 
1633
                                    <property name="left_attach">2</property>
 
1634
                                    <property name="right_attach">3</property>
 
1635
                                    <property name="x_options"></property>
 
1636
                                    <property name="y_options"></property>
 
1637
                                  </packing>
 
1638
                                </child>
 
1639
                                <child>
 
1640
                                  <object class="GtkLabel" id="label52">
 
1641
                                    <property name="visible">True</property>
 
1642
                                  </object>
 
1643
                                  <packing>
 
1644
                                    <property name="left_attach">2</property>
 
1645
                                    <property name="right_attach">3</property>
 
1646
                                    <property name="top_attach">1</property>
 
1647
                                    <property name="bottom_attach">2</property>
 
1648
                                    <property name="x_options"></property>
 
1649
                                    <property name="y_options"></property>
 
1650
                                  </packing>
 
1651
                                </child>
 
1652
                                <child>
 
1653
                                  <object class="GtkLabel" id="label53">
 
1654
                                    <property name="visible">True</property>
 
1655
                                  </object>
 
1656
                                  <packing>
 
1657
                                    <property name="left_attach">2</property>
 
1658
                                    <property name="right_attach">3</property>
 
1659
                                    <property name="top_attach">2</property>
 
1660
                                    <property name="bottom_attach">3</property>
 
1661
                                    <property name="x_options"></property>
 
1662
                                    <property name="y_options"></property>
 
1663
                                  </packing>
 
1664
                                </child>
 
1665
                              </object>
 
1666
                              <packing>
 
1667
                                <property name="expand">False</property>
 
1668
                                <property name="fill">False</property>
 
1669
                                <property name="position">0</property>
 
1670
                              </packing>
 
1671
                            </child>
 
1672
                          </object>
 
1673
                        </child>
 
1674
                      </object>
 
1675
                    </child>
 
1676
                    <child type="label">
 
1677
                      <object class="GtkLabel" id="label25">
 
1678
                        <property name="visible">True</property>
 
1679
                        <property name="label" translatable="yes">Slow Keys</property>
 
1680
                        <property name="use_markup">True</property>
 
1681
                        <attributes>
 
1682
                          <attribute name="weight" value="bold"/>
 
1683
                        </attributes>
 
1684
                      </object>
 
1685
                    </child>
 
1686
                  </object>
 
1687
                  <packing>
 
1688
                    <property name="expand">False</property>
 
1689
                    <property name="fill">False</property>
 
1690
                    <property name="position">3</property>
 
1691
                  </packing>
 
1692
                </child>
 
1693
                <child>
 
1694
                  <object class="GtkFrame" id="bouncekeys_frame">
 
1695
                    <property name="visible">True</property>
 
1696
                    <property name="label_xalign">0</property>
 
1697
                    <property name="shadow_type">none</property>
 
1698
                    <child>
 
1699
                      <object class="GtkAlignment" id="alignment12">
 
1700
                        <property name="visible">True</property>
 
1701
                        <property name="left_padding">12</property>
 
1702
                        <child>
 
1703
                          <object class="GtkVBox" id="vbox12">
 
1704
                            <property name="visible">True</property>
 
1705
                            <property name="orientation">vertical</property>
 
1706
                            <property name="spacing">6</property>
 
1707
                            <child>
 
1708
                              <object class="GtkTable" id="table9">
 
1709
                                <property name="visible">True</property>
 
1710
                                <property name="n_rows">3</property>
 
1711
                                <property name="n_columns">3</property>
 
1712
                                <property name="column_spacing">24</property>
 
1713
                                <property name="row_spacing">2</property>
 
1714
                                <child>
 
1715
                                  <object class="GtkHBox" id="typing_bounce_keys_enabled_box">
 
1716
                                    <property name="visible">True</property>
 
1717
                                    <property name="spacing">6</property>
 
1718
                                    <child>
 
1719
                                      <object class="GtkSwitch" id="typing_bounce_keys_switch">
 
1720
                                        <property name="visible">True</property>
 
1721
                                        <property name="can_focus">True</property>
 
1722
                                        <property name="receives_default">False</property>
 
1723
                                      </object>
 
1724
                                      <packing>
 
1725
                                        <property name="expand">False</property>
 
1726
                                        <property name="position">0</property>
 
1727
                                      </packing>
 
1728
                                    </child>
 
1729
                                  </object>
 
1730
                                  <packing>
 
1731
                                    <property name="x_options">GTK_FILL</property>
 
1732
                                    <property name="y_options"></property>
 
1733
                                  </packing>
 
1734
                                </child>
 
1735
                                <child>
 
1736
                                  <object class="GtkLabel" id="label27">
 
1737
                                    <property name="visible">True</property>
 
1738
                                    <property name="xalign">0</property>
 
1739
                                    <property name="label" translatable="yes">Ignores fast duplicate keypresses</property>
 
1740
                                  </object>
 
1741
                                  <packing>
 
1742
                                    <property name="left_attach">1</property>
 
1743
                                    <property name="right_attach">2</property>
 
1744
                                    <property name="y_options"></property>
 
1745
                                  </packing>
 
1746
                                </child>
 
1747
                                <child>
 
1748
                                  <object class="GtkHBox" id="typing_bouncekeys_delay_box">
 
1749
                                    <property name="visible">True</property>
 
1750
                                    <property name="sensitive">False</property>
 
1751
                                    <property name="spacing">12</property>
 
1752
                                    <child>
 
1753
                                      <object class="GtkLabel" id="typing_bouncekeys_delay_label">
 
1754
                                        <property name="visible">True</property>
 
1755
                                        <property name="xalign">0</property>
 
1756
                                        <property name="label" translatable="yes">Acceptance delay:</property>
 
1757
                                        <property name="use_underline">True</property>
 
1758
                                        <property name="justify">center</property>
 
1759
                                      </object>
 
1760
                                      <packing>
 
1761
                                        <property name="expand">False</property>
 
1762
                                        <property name="fill">False</property>
 
1763
                                        <property name="position">0</property>
 
1764
                                      </packing>
 
1765
                                    </child>
 
1766
                                    <child>
 
1767
                                      <object class="GtkHBox" id="hbox44">
 
1768
                                        <property name="visible">True</property>
 
1769
                                        <property name="spacing">6</property>
 
1770
                                        <child>
 
1771
                                          <object class="GtkLabel" id="typing_bouncekeys_short_label">
 
1772
                                            <property name="visible">True</property>
 
1773
                                            <property name="xalign">1</property>
 
1774
                                            <property name="xpad">10</property>
 
1775
                                            <property name="label" translatable="yes">Short</property>
 
1776
                                            <attributes>
 
1777
                                              <attribute name="scale" value="0.830000"/>
 
1778
                                            </attributes>
 
1779
                                          </object>
 
1780
                                          <packing>
 
1781
                                            <property name="expand">False</property>
 
1782
                                            <property name="fill">False</property>
 
1783
                                            <property name="position">0</property>
 
1784
                                          </packing>
 
1785
                                        </child>
 
1786
                                        <child>
 
1787
                                          <object class="GtkHScale" id="typing_bouncekeys_delay_scale">
 
1788
                                            <property name="visible">True</property>
 
1789
                                            <property name="can_focus">True</property>
 
1790
                                            <property name="adjustment">bouncekeys_delay_adjustment</property>
 
1791
                                            <property name="draw_value">False</property>
 
1792
                                            <child internal-child="accessible">
 
1793
                                              <object class="AtkObject" id="typing_bouncekeys_delay_scale-atkobject">
 
1794
                                                <property name="AtkObject::accessible-description" translatable="yes">Cursor blinks speed</property>
 
1795
                                              </object>
 
1796
                                            </child>
 
1797
                                          </object>
 
1798
                                          <packing>
 
1799
                                            <property name="position">1</property>
 
1800
                                          </packing>
 
1801
                                        </child>
 
1802
                                        <child>
 
1803
                                          <object class="GtkLabel" id="typing_bouncekeys_long_label">
 
1804
                                            <property name="visible">True</property>
 
1805
                                            <property name="xalign">0</property>
 
1806
                                            <property name="label" translatable="yes">Long</property>
 
1807
                                            <attributes>
 
1808
                                              <attribute name="scale" value="0.830000"/>
 
1809
                                            </attributes>
 
1810
                                          </object>
 
1811
                                          <packing>
 
1812
                                            <property name="expand">False</property>
 
1813
                                            <property name="fill">False</property>
 
1814
                                            <property name="position">2</property>
 
1815
                                          </packing>
 
1816
                                        </child>
 
1817
                                      </object>
 
1818
                                      <packing>
 
1819
                                        <property name="position">1</property>
 
1820
                                      </packing>
 
1821
                                    </child>
 
1822
                                  </object>
 
1823
                                  <packing>
 
1824
                                    <property name="left_attach">1</property>
 
1825
                                    <property name="right_attach">2</property>
 
1826
                                    <property name="top_attach">1</property>
 
1827
                                    <property name="bottom_attach">2</property>
 
1828
                                  </packing>
 
1829
                                </child>
 
1830
                                <child>
 
1831
                                  <object class="GtkCheckButton" id="typing_bounce_keys_beep_rejected_checkbutton">
 
1832
                                    <property name="label" translatable="yes">Beep when a key is rejected</property>
 
1833
                                    <property name="visible">True</property>
 
1834
                                    <property name="sensitive">False</property>
 
1835
                                    <property name="can_focus">True</property>
 
1836
                                    <property name="receives_default">False</property>
 
1837
                                    <property name="draw_indicator">True</property>
 
1838
                                  </object>
 
1839
                                  <packing>
 
1840
                                    <property name="left_attach">1</property>
 
1841
                                    <property name="right_attach">2</property>
 
1842
                                    <property name="top_attach">2</property>
 
1843
                                    <property name="bottom_attach">3</property>
 
1844
                                  </packing>
 
1845
                                </child>
 
1846
                                <child>
 
1847
                                  <object class="GtkLabel" id="label46">
 
1848
                                    <property name="visible">True</property>
 
1849
                                  </object>
 
1850
                                  <packing>
 
1851
                                    <property name="top_attach">1</property>
 
1852
                                    <property name="bottom_attach">2</property>
 
1853
                                    <property name="x_options"></property>
 
1854
                                    <property name="y_options"></property>
 
1855
                                  </packing>
 
1856
                                </child>
 
1857
                                <child>
 
1858
                                  <object class="GtkLabel" id="label47">
 
1859
                                    <property name="visible">True</property>
 
1860
                                  </object>
 
1861
                                  <packing>
 
1862
                                    <property name="top_attach">2</property>
 
1863
                                    <property name="bottom_attach">3</property>
 
1864
                                    <property name="x_options"></property>
 
1865
                                    <property name="y_options"></property>
 
1866
                                  </packing>
 
1867
                                </child>
 
1868
                                <child>
 
1869
                                  <object class="GtkLabel" id="typing_bounce_keys_spacer_label">
 
1870
                                    <property name="visible">True</property>
 
1871
                                  </object>
 
1872
                                  <packing>
 
1873
                                    <property name="left_attach">2</property>
 
1874
                                    <property name="right_attach">3</property>
 
1875
                                    <property name="x_options"></property>
 
1876
                                    <property name="y_options"></property>
 
1877
                                  </packing>
 
1878
                                </child>
 
1879
                                <child>
 
1880
                                  <object class="GtkLabel" id="label55">
 
1881
                                    <property name="visible">True</property>
 
1882
                                  </object>
 
1883
                                  <packing>
 
1884
                                    <property name="left_attach">2</property>
 
1885
                                    <property name="right_attach">3</property>
 
1886
                                    <property name="top_attach">1</property>
 
1887
                                    <property name="bottom_attach">2</property>
 
1888
                                    <property name="x_options"></property>
 
1889
                                    <property name="y_options"></property>
 
1890
                                  </packing>
 
1891
                                </child>
 
1892
                                <child>
 
1893
                                  <object class="GtkLabel" id="label56">
 
1894
                                    <property name="visible">True</property>
 
1895
                                  </object>
 
1896
                                  <packing>
 
1897
                                    <property name="left_attach">2</property>
 
1898
                                    <property name="right_attach">3</property>
 
1899
                                    <property name="top_attach">2</property>
 
1900
                                    <property name="bottom_attach">3</property>
 
1901
                                    <property name="x_options"></property>
 
1902
                                    <property name="y_options"></property>
 
1903
                                  </packing>
 
1904
                                </child>
 
1905
                              </object>
 
1906
                              <packing>
 
1907
                                <property name="expand">False</property>
 
1908
                                <property name="fill">False</property>
 
1909
                                <property name="position">0</property>
 
1910
                              </packing>
 
1911
                            </child>
 
1912
                          </object>
 
1913
                        </child>
 
1914
                      </object>
 
1915
                    </child>
 
1916
                    <child type="label">
 
1917
                      <object class="GtkLabel" id="label29">
 
1918
                        <property name="visible">True</property>
 
1919
                        <property name="label" translatable="yes">Bounce Keys</property>
 
1920
                        <property name="use_markup">True</property>
 
1921
                        <attributes>
 
1922
                          <attribute name="weight" value="bold"/>
 
1923
                        </attributes>
 
1924
                      </object>
 
1925
                    </child>
 
1926
                  </object>
 
1927
                  <packing>
 
1928
                    <property name="expand">False</property>
 
1929
                    <property name="fill">False</property>
 
1930
                    <property name="position">4</property>
 
1931
                  </packing>
 
1932
                </child>
 
1933
                <child>
 
1934
                  <object class="GtkHBox" id="typing_test_hbox">
 
1935
                    <property name="visible">True</property>
 
1936
                    <property name="spacing">12</property>
 
1937
                    <child>
 
1938
                      <object class="GtkEntry" id="typing_test_entry">
 
1939
                        <property name="visible">True</property>
 
1940
                        <property name="can_focus">True</property>
 
1941
                        <property name="invisible_char">&#x25CF;</property>
 
1942
                        <property name="text" translatable="yes">Type here to test settings</property>
 
1943
                      </object>
 
1944
                      <packing>
 
1945
                        <property name="position">0</property>
 
1946
                      </packing>
 
1947
                    </child>
 
1948
                    <child>
 
1949
                      <object class="GtkButton" id="typing_keyboard_preferences_button">
 
1950
                        <property name="label" translatable="yes">Keyboard Settings</property>
 
1951
                        <property name="visible">True</property>
 
1952
                        <property name="can_focus">True</property>
 
1953
                        <property name="receives_default">True</property>
 
1954
                      </object>
 
1955
                      <packing>
 
1956
                        <property name="expand">False</property>
 
1957
                        <property name="fill">False</property>
 
1958
                        <property name="pack_type">end</property>
 
1959
                        <property name="position">1</property>
 
1960
                      </packing>
 
1961
                    </child>
 
1962
                  </object>
 
1963
                  <packing>
 
1964
                    <property name="expand">False</property>
 
1965
                    <property name="fill">False</property>
 
1966
                    <property name="pack_type">end</property>
 
1967
                    <property name="position">5</property>
 
1968
                  </packing>
 
1969
                </child>
 
1970
              </object>
 
1971
              <packing>
 
1972
                <property name="position">2</property>
 
1973
                <property name="tab_fill">False</property>
 
1974
              </packing>
 
1975
            </child>
 
1976
            <child type="tab">
 
1977
              <object class="GtkLabel" id="typing_tab_label">
 
1978
                <property name="visible">True</property>
 
1979
                <property name="label" translatable="yes">Typing</property>
 
1980
              </object>
 
1981
              <packing>
 
1982
                <property name="position">2</property>
 
1983
                <property name="tab_fill">False</property>
 
1984
              </packing>
 
1985
            </child>
 
1986
            <child>
 
1987
              <object class="GtkVBox" id="pointing_and_clicking_vbox">
 
1988
                <property name="visible">True</property>
 
1989
                <property name="border_width">6</property>
 
1990
                <property name="orientation">vertical</property>
 
1991
                <property name="spacing">12</property>
 
1992
                <child>
 
1993
                  <object class="GtkFrame" id="frame7">
 
1994
                    <property name="visible">True</property>
 
1995
                    <property name="label_xalign">0</property>
 
1996
                    <property name="shadow_type">none</property>
 
1997
                    <child>
 
1998
                      <object class="GtkAlignment" id="alignment13">
 
1999
                        <property name="visible">True</property>
 
2000
                        <property name="left_padding">12</property>
 
2001
                        <child>
 
2002
                          <object class="GtkVBox" id="vbox13">
 
2003
                            <property name="visible">True</property>
 
2004
                            <property name="orientation">vertical</property>
 
2005
                            <property name="spacing">6</property>
 
2006
                            <child>
 
2007
                              <object class="GtkTable" id="table1">
 
2008
                                <property name="visible">True</property>
 
2009
                                <property name="n_columns">3</property>
 
2010
                                <property name="column_spacing">24</property>
 
2011
                                <property name="row_spacing">6</property>
 
2012
                                <child>
 
2013
                                  <object class="GtkHBox" id="pointing_mouse_keys_enabled_box">
 
2014
                                    <property name="visible">True</property>
 
2015
                                    <property name="spacing">6</property>
 
2016
                                    <child>
 
2017
                                      <object class="GtkSwitch" id="pointing_mouse_keys_switch">
 
2018
                                        <property name="visible">True</property>
 
2019
                                        <property name="can_focus">True</property>
 
2020
                                        <property name="receives_default">False</property>
 
2021
                                      </object>
 
2022
                                      <packing>
 
2023
                                        <property name="expand">False</property>
 
2024
                                        <property name="position">0</property>
 
2025
                                      </packing>
 
2026
                                    </child>
 
2027
                                  </object>
 
2028
                                  <packing>
 
2029
                                    <property name="x_options">GTK_FILL</property>
 
2030
                                    <property name="y_options"></property>
 
2031
                                  </packing>
 
2032
                                </child>
 
2033
                                <child>
 
2034
                                  <object class="GtkLabel" id="pointing_mouse_keys_desc_label">
 
2035
                                    <property name="visible">True</property>
 
2036
                                    <property name="xalign">0</property>
 
2037
                                    <property name="label" translatable="yes">Control the pointer using the keypad</property>
 
2038
                                  </object>
 
2039
                                  <packing>
 
2040
                                    <property name="left_attach">1</property>
 
2041
                                    <property name="right_attach">2</property>
 
2042
                                    <property name="y_options"></property>
 
2043
                                  </packing>
 
2044
                                </child>
 
2045
                                <child>
 
2046
                                  <object class="GtkButton" id="pointing_mouse_keys_settings_button">
 
2047
                                    <property name="label" translatable="yes">Options...</property>
 
2048
                                    <property name="sensitive">False</property>
 
2049
                                    <property name="can_focus">True</property>
 
2050
                                    <property name="receives_default">True</property>
 
2051
                                    <signal name="activate" handler="show_mousekeys_preferences"/>
 
2052
                                  </object>
 
2053
                                  <packing>
 
2054
                                    <property name="left_attach">2</property>
 
2055
                                    <property name="right_attach">3</property>
 
2056
                                    <property name="x_options">GTK_FILL</property>
 
2057
                                    <property name="y_options"></property>
 
2058
                                  </packing>
 
2059
                                </child>
 
2060
                              </object>
 
2061
                              <packing>
 
2062
                                <property name="expand">False</property>
 
2063
                                <property name="fill">False</property>
 
2064
                                <property name="position">0</property>
 
2065
                              </packing>
 
2066
                            </child>
 
2067
                          </object>
 
2068
                        </child>
 
2069
                      </object>
 
2070
                    </child>
 
2071
                    <child type="label">
 
2072
                      <object class="GtkLabel" id="label30">
 
2073
                        <property name="visible">True</property>
 
2074
                        <property name="label" translatable="yes">Mouse Keys</property>
 
2075
                        <property name="use_markup">True</property>
 
2076
                        <attributes>
 
2077
                          <attribute name="weight" value="bold"/>
 
2078
                        </attributes>
 
2079
                      </object>
 
2080
                    </child>
 
2081
                  </object>
 
2082
                  <packing>
 
2083
                    <property name="expand">False</property>
 
2084
                    <property name="fill">False</property>
 
2085
                    <property name="position">0</property>
 
2086
                  </packing>
 
2087
                </child>
 
2088
                <child>
 
2089
                  <object class="GtkFrame" id="frame9">
 
2090
                    <property name="label_xalign">0</property>
 
2091
                    <property name="shadow_type">none</property>
 
2092
                    <child>
 
2093
                      <object class="GtkAlignment" id="alignment11">
 
2094
                        <property name="visible">True</property>
 
2095
                        <property name="left_padding">12</property>
 
2096
                        <child>
 
2097
                          <object class="GtkVBox" id="vbox14">
 
2098
                            <property name="visible">True</property>
 
2099
                            <property name="orientation">vertical</property>
 
2100
                            <property name="spacing">6</property>
 
2101
                            <child>
 
2102
                              <object class="GtkTable" id="table11">
 
2103
                                <property name="visible">True</property>
 
2104
                                <property name="n_columns">3</property>
 
2105
                                <property name="column_spacing">24</property>
 
2106
                                <property name="row_spacing">6</property>
 
2107
                                <child>
 
2108
                                  <object class="GtkHBox" id="pointing_video_mouse_enabled_box">
 
2109
                                    <property name="visible">True</property>
 
2110
                                    <property name="spacing">6</property>
 
2111
                                    <child>
 
2112
                                      <object class="GtkSwitch" id="pointing_video_mouse_switch">
 
2113
                                        <property name="visible">True</property>
 
2114
                                        <property name="can_focus">True</property>
 
2115
                                        <property name="receives_default">False</property>
 
2116
                                      </object>
 
2117
                                      <packing>
 
2118
                                        <property name="expand">False</property>
 
2119
                                        <property name="position">0</property>
 
2120
                                      </packing>
 
2121
                                    </child>
 
2122
                                  </object>
 
2123
                                  <packing>
 
2124
                                    <property name="x_options">GTK_FILL</property>
 
2125
                                    <property name="y_options"></property>
 
2126
                                  </packing>
 
2127
                                </child>
 
2128
                                <child>
 
2129
                                  <object class="GtkLabel" id="pointing_video_mouse_desc_label">
 
2130
                                    <property name="visible">True</property>
 
2131
                                    <property name="xalign">0</property>
 
2132
                                    <property name="label" translatable="yes">Control the pointer using the video camera.</property>
 
2133
                                  </object>
 
2134
                                  <packing>
 
2135
                                    <property name="left_attach">1</property>
 
2136
                                    <property name="right_attach">2</property>
 
2137
                                    <property name="y_options"></property>
 
2138
                                  </packing>
 
2139
                                </child>
 
2140
                                <child>
 
2141
                                  <object class="GtkButton" id="pointing_video_mouse_settings_button">
 
2142
                                    <property name="label" translatable="yes">Options...</property>
 
2143
                                    <property name="visible">True</property>
 
2144
                                    <property name="sensitive">False</property>
 
2145
                                    <property name="can_focus">True</property>
 
2146
                                    <property name="receives_default">True</property>
 
2147
                                  </object>
 
2148
                                  <packing>
 
2149
                                    <property name="left_attach">2</property>
 
2150
                                    <property name="right_attach">3</property>
 
2151
                                    <property name="x_options">GTK_FILL</property>
 
2152
                                    <property name="y_options"></property>
 
2153
                                  </packing>
 
2154
                                </child>
 
2155
                              </object>
 
2156
                              <packing>
 
2157
                                <property name="expand">False</property>
 
2158
                                <property name="fill">False</property>
 
2159
                                <property name="position">0</property>
 
2160
                              </packing>
 
2161
                            </child>
 
2162
                          </object>
 
2163
                        </child>
 
2164
                      </object>
 
2165
                    </child>
 
2166
                    <child type="label">
 
2167
                      <object class="GtkLabel" id="label34">
 
2168
                        <property name="visible">True</property>
 
2169
                        <property name="label" translatable="yes">Video Mouse</property>
 
2170
                        <property name="use_markup">True</property>
 
2171
                        <attributes>
 
2172
                          <attribute name="weight" value="bold"/>
 
2173
                        </attributes>
 
2174
                      </object>
 
2175
                    </child>
 
2176
                  </object>
 
2177
                  <packing>
 
2178
                    <property name="expand">False</property>
 
2179
                    <property name="fill">False</property>
 
2180
                    <property name="position">1</property>
 
2181
                  </packing>
 
2182
                </child>
 
2183
                <child>
 
2184
                  <object class="GtkFrame" id="frame8">
 
2185
                    <property name="visible">True</property>
 
2186
                    <property name="label_xalign">0</property>
 
2187
                    <property name="shadow_type">none</property>
 
2188
                    <child>
 
2189
                      <object class="GtkAlignment" id="alignment4">
 
2190
                        <property name="visible">True</property>
 
2191
                        <property name="left_padding">12</property>
 
2192
                        <child>
 
2193
                          <object class="GtkVBox" id="vbox5">
 
2194
                            <property name="visible">True</property>
 
2195
                            <property name="orientation">vertical</property>
 
2196
                            <property name="spacing">6</property>
 
2197
                            <child>
 
2198
                              <object class="GtkTable" id="table10">
 
2199
                                <property name="visible">True</property>
 
2200
                                <property name="n_rows">2</property>
 
2201
                                <property name="n_columns">3</property>
 
2202
                                <property name="column_spacing">24</property>
 
2203
                                <property name="row_spacing">6</property>
 
2204
                                <child>
 
2205
                                  <object class="GtkHBox" id="pointing_second_click_enabled_box">
 
2206
                                    <property name="visible">True</property>
 
2207
                                    <property name="spacing">6</property>
 
2208
                                    <child>
 
2209
                                      <object class="GtkSwitch" id="pointing_second_click_switch">
 
2210
                                        <property name="visible">True</property>
 
2211
                                        <property name="can_focus">True</property>
 
2212
                                        <property name="receives_default">False</property>
 
2213
                                      </object>
 
2214
                                      <packing>
 
2215
                                        <property name="expand">False</property>
 
2216
                                        <property name="position">0</property>
 
2217
                                      </packing>
 
2218
                                    </child>
 
2219
                                  </object>
 
2220
                                  <packing>
 
2221
                                    <property name="x_options">GTK_FILL</property>
 
2222
                                    <property name="y_options"></property>
 
2223
                                  </packing>
 
2224
                                </child>
 
2225
                                <child>
 
2226
                                  <object class="GtkLabel" id="pointing_secondary_click_desc_label">
 
2227
                                    <property name="visible">True</property>
 
2228
                                    <property name="xalign">0</property>
 
2229
                                    <property name="label" translatable="yes">Trigger a secondary click by holding down the primary button</property>
 
2230
                                  </object>
 
2231
                                  <packing>
 
2232
                                    <property name="left_attach">1</property>
 
2233
                                    <property name="right_attach">2</property>
 
2234
                                    <property name="y_options"></property>
 
2235
                                  </packing>
 
2236
                                </child>
 
2237
                                <child>
 
2238
                                  <object class="GtkLabel" id="label28">
 
2239
                                    <property name="visible">True</property>
 
2240
                                  </object>
 
2241
                                  <packing>
 
2242
                                    <property name="left_attach">2</property>
 
2243
                                    <property name="right_attach">3</property>
 
2244
                                    <property name="top_attach">1</property>
 
2245
                                    <property name="bottom_attach">2</property>
 
2246
                                    <property name="x_options">GTK_FILL</property>
 
2247
                                    <property name="y_options"></property>
 
2248
                                  </packing>
 
2249
                                </child>
 
2250
                                <child>
 
2251
                                  <object class="GtkLabel" id="pointing_secondary_click_spacer_label">
 
2252
                                    <property name="visible">True</property>
 
2253
                                  </object>
 
2254
                                  <packing>
 
2255
                                    <property name="left_attach">2</property>
 
2256
                                    <property name="right_attach">3</property>
 
2257
                                    <property name="x_options">GTK_FILL</property>
 
2258
                                    <property name="y_options"></property>
 
2259
                                  </packing>
 
2260
                                </child>
 
2261
                                <child>
 
2262
                                  <object class="GtkHBox" id="pointing_secondary_click_scale_box">
 
2263
                                    <property name="visible">True</property>
 
2264
                                    <property name="spacing">12</property>
 
2265
                                    <child>
 
2266
                                      <object class="GtkLabel" id="pointing_secondary_click_delay_label">
 
2267
                                        <property name="visible">True</property>
 
2268
                                        <property name="xalign">0</property>
 
2269
                                        <property name="label" translatable="yes">Acceptance delay:</property>
 
2270
                                        <property name="use_underline">True</property>
 
2271
                                        <property name="justify">center</property>
 
2272
                                        <property name="mnemonic_widget">pointing_secondary_click_delay_scale</property>
 
2273
                                      </object>
 
2274
                                      <packing>
 
2275
                                        <property name="expand">False</property>
 
2276
                                        <property name="fill">False</property>
 
2277
                                        <property name="position">0</property>
 
2278
                                      </packing>
 
2279
                                    </child>
 
2280
                                    <child>
 
2281
                                      <object class="GtkHBox" id="hbox1">
 
2282
                                        <property name="visible">True</property>
 
2283
                                        <property name="spacing">6</property>
 
2284
                                        <child>
 
2285
                                          <object class="GtkLabel" id="pointing_secondary_click_delay_short_label">
 
2286
                                            <property name="visible">True</property>
 
2287
                                            <property name="xalign">1</property>
 
2288
                                            <property name="yalign">0.4699999988079071</property>
 
2289
                                            <property name="label" translatable="yes" comments="short delay">Short</property>
 
2290
                                            <attributes>
 
2291
                                              <attribute name="scale" value="0.830000"/>
 
2292
                                            </attributes>
 
2293
                                          </object>
 
2294
                                          <packing>
 
2295
                                            <property name="expand">False</property>
 
2296
                                            <property name="fill">False</property>
 
2297
                                            <property name="position">0</property>
 
2298
                                          </packing>
 
2299
                                        </child>
 
2300
                                        <child>
 
2301
                                          <object class="GtkHScale" id="pointing_secondary_click_delay_scale">
 
2302
                                            <property name="visible">True</property>
 
2303
                                            <property name="can_focus">True</property>
 
2304
                                            <property name="adjustment">click_delay_adjustment</property>
 
2305
                                            <property name="draw_value">False</property>
 
2306
                                            <child internal-child="accessible">
 
2307
                                              <object class="AtkObject" id="pointing_secondary_click_delay_scale-atkobject">
 
2308
                                                <property name="AtkObject::accessible-description" translatable="yes">Cursor blinks speed</property>
 
2309
                                              </object>
 
2310
                                            </child>
 
2311
                                            <signal name="value_changed" handler="integer_changed"/>
 
2312
                                          </object>
 
2313
                                          <packing>
 
2314
                                            <property name="position">1</property>
 
2315
                                          </packing>
 
2316
                                        </child>
 
2317
                                        <child>
 
2318
                                          <object class="GtkLabel" id="pointing_secondary_click_delay_long_label">
 
2319
                                            <property name="visible">True</property>
 
2320
                                            <property name="xalign">0</property>
 
2321
                                            <property name="label" translatable="yes" comments="long delay">Long</property>
 
2322
                                            <attributes>
 
2323
                                              <attribute name="scale" value="0.830000"/>
 
2324
                                            </attributes>
 
2325
                                          </object>
 
2326
                                          <packing>
 
2327
                                            <property name="expand">False</property>
 
2328
                                            <property name="fill">False</property>
 
2329
                                            <property name="position">2</property>
 
2330
                                          </packing>
 
2331
                                        </child>
 
2332
                                      </object>
 
2333
                                      <packing>
 
2334
                                        <property name="position">1</property>
 
2335
                                      </packing>
 
2336
                                    </child>
 
2337
                                  </object>
 
2338
                                  <packing>
 
2339
                                    <property name="left_attach">1</property>
 
2340
                                    <property name="right_attach">2</property>
 
2341
                                    <property name="top_attach">1</property>
 
2342
                                    <property name="bottom_attach">2</property>
 
2343
                                    <property name="y_options"></property>
 
2344
                                  </packing>
 
2345
                                </child>
 
2346
                                <child>
 
2347
                                  <object class="GtkLabel" id="label48">
 
2348
                                    <property name="visible">True</property>
 
2349
                                  </object>
 
2350
                                  <packing>
 
2351
                                    <property name="top_attach">1</property>
 
2352
                                    <property name="bottom_attach">2</property>
 
2353
                                    <property name="x_options"></property>
 
2354
                                    <property name="y_options"></property>
 
2355
                                  </packing>
 
2356
                                </child>
 
2357
                              </object>
 
2358
                              <packing>
 
2359
                                <property name="expand">False</property>
 
2360
                                <property name="fill">False</property>
 
2361
                                <property name="position">0</property>
 
2362
                              </packing>
 
2363
                            </child>
 
2364
                          </object>
 
2365
                        </child>
 
2366
                      </object>
 
2367
                    </child>
 
2368
                    <child type="label">
 
2369
                      <object class="GtkLabel" id="label33">
 
2370
                        <property name="visible">True</property>
 
2371
                        <property name="label" translatable="yes">Simulated Secondary Click</property>
 
2372
                        <property name="use_markup">True</property>
 
2373
                        <attributes>
 
2374
                          <attribute name="weight" value="bold"/>
 
2375
                        </attributes>
 
2376
                      </object>
 
2377
                    </child>
 
2378
                  </object>
 
2379
                  <packing>
 
2380
                    <property name="expand">False</property>
 
2381
                    <property name="fill">False</property>
 
2382
                    <property name="position">2</property>
 
2383
                  </packing>
 
2384
                </child>
 
2385
                <child>
 
2386
                  <object class="GtkFrame" id="frame10">
 
2387
                    <property name="visible">True</property>
 
2388
                    <property name="label_xalign">0</property>
 
2389
                    <property name="shadow_type">none</property>
 
2390
                    <child>
 
2391
                      <object class="GtkAlignment" id="alignment6">
 
2392
                        <property name="visible">True</property>
 
2393
                        <property name="left_padding">12</property>
 
2394
                        <child>
 
2395
                          <object class="GtkVBox" id="vbox7">
 
2396
                            <property name="visible">True</property>
 
2397
                            <property name="orientation">vertical</property>
 
2398
                            <property name="spacing">6</property>
 
2399
                            <child>
 
2400
                              <object class="GtkTable" id="table12">
 
2401
                                <property name="visible">True</property>
 
2402
                                <property name="n_rows">3</property>
 
2403
                                <property name="n_columns">3</property>
 
2404
                                <property name="column_spacing">24</property>
 
2405
                                <property name="row_spacing">6</property>
 
2406
                                <child>
 
2407
                                  <object class="GtkHBox" id="pointing_hover_click_enabled_box">
 
2408
                                    <property name="visible">True</property>
 
2409
                                    <property name="spacing">6</property>
 
2410
                                    <child>
 
2411
                                      <object class="GtkSwitch" id="pointing_hover_click_switch">
 
2412
                                        <property name="visible">True</property>
 
2413
                                        <property name="can_focus">True</property>
 
2414
                                        <property name="receives_default">False</property>
 
2415
                                      </object>
 
2416
                                      <packing>
 
2417
                                        <property name="expand">False</property>
 
2418
                                        <property name="position">0</property>
 
2419
                                      </packing>
 
2420
                                    </child>
 
2421
                                  </object>
 
2422
                                  <packing>
 
2423
                                    <property name="x_options">GTK_FILL</property>
 
2424
                                    <property name="y_options"></property>
 
2425
                                  </packing>
 
2426
                                </child>
 
2427
                                <child>
 
2428
                                  <object class="GtkLabel" id="pointing_hover_click_desc_label">
 
2429
                                    <property name="visible">True</property>
 
2430
                                    <property name="xalign">0</property>
 
2431
                                    <property name="label" translatable="yes">Trigger a click when the pointer hovers</property>
 
2432
                                  </object>
 
2433
                                  <packing>
 
2434
                                    <property name="left_attach">1</property>
 
2435
                                    <property name="right_attach">2</property>
 
2436
                                    <property name="y_options"></property>
 
2437
                                  </packing>
 
2438
                                </child>
 
2439
                                <child>
 
2440
                                  <object class="GtkButton" id="pointing_hover_click_settings_button">
 
2441
                                    <property name="label" translatable="yes">Options...</property>
 
2442
                                    <property name="can_focus">True</property>
 
2443
                                    <property name="receives_default">True</property>
 
2444
                                  </object>
 
2445
                                  <packing>
 
2446
                                    <property name="left_attach">2</property>
 
2447
                                    <property name="right_attach">3</property>
 
2448
                                    <property name="x_options">GTK_FILL</property>
 
2449
                                    <property name="y_options"></property>
 
2450
                                  </packing>
 
2451
                                </child>
 
2452
                                <child>
 
2453
                                  <object class="GtkLabel" id="label37">
 
2454
                                    <property name="visible">True</property>
 
2455
                                  </object>
 
2456
                                  <packing>
 
2457
                                    <property name="left_attach">2</property>
 
2458
                                    <property name="right_attach">3</property>
 
2459
                                    <property name="top_attach">1</property>
 
2460
                                    <property name="bottom_attach">2</property>
 
2461
                                    <property name="x_options">GTK_FILL</property>
 
2462
                                    <property name="y_options"></property>
 
2463
                                  </packing>
 
2464
                                </child>
 
2465
                                <child>
 
2466
                                  <object class="GtkLabel" id="label38">
 
2467
                                    <property name="visible">True</property>
 
2468
                                  </object>
 
2469
                                  <packing>
 
2470
                                    <property name="left_attach">2</property>
 
2471
                                    <property name="right_attach">3</property>
 
2472
                                    <property name="top_attach">2</property>
 
2473
                                    <property name="bottom_attach">3</property>
 
2474
                                    <property name="x_options">GTK_FILL</property>
 
2475
                                    <property name="y_options"></property>
 
2476
                                  </packing>
 
2477
                                </child>
 
2478
                                <child>
 
2479
                                  <object class="GtkHBox" id="pointing_hover_click_delay_scale_box">
 
2480
                                    <property name="visible">True</property>
 
2481
                                    <property name="spacing">12</property>
 
2482
                                    <child>
 
2483
                                      <object class="GtkLabel" id="pointing_dwell_delay_label">
 
2484
                                        <property name="visible">True</property>
 
2485
                                        <property name="xalign">0</property>
 
2486
                                        <property name="label" translatable="yes">D_elay:</property>
 
2487
                                        <property name="use_underline">True</property>
 
2488
                                        <property name="justify">center</property>
 
2489
                                        <property name="mnemonic_widget">pointing_dwell_delay_scale</property>
 
2490
                                      </object>
 
2491
                                      <packing>
 
2492
                                        <property name="expand">False</property>
 
2493
                                        <property name="fill">False</property>
 
2494
                                        <property name="position">0</property>
 
2495
                                      </packing>
 
2496
                                    </child>
 
2497
                                    <child>
 
2498
                                      <object class="GtkHBox" id="hbox2">
 
2499
                                        <property name="visible">True</property>
 
2500
                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
2501
                                        <property name="spacing">6</property>
 
2502
                                        <child>
 
2503
                                          <object class="GtkLabel" id="pointing_dwell_delay_short_label">
 
2504
                                            <property name="visible">True</property>
 
2505
                                            <property name="xalign">1</property>
 
2506
                                            <property name="label" translatable="yes" comments="short delay">Short</property>
 
2507
                                            <property name="justify">center</property>
 
2508
                                            <attributes>
 
2509
                                              <attribute name="scale" value="0.830000"/>
 
2510
                                            </attributes>
 
2511
                                          </object>
 
2512
                                          <packing>
 
2513
                                            <property name="expand">False</property>
 
2514
                                            <property name="position">0</property>
 
2515
                                          </packing>
 
2516
                                        </child>
 
2517
                                        <child>
 
2518
                                          <object class="GtkHScale" id="pointing_dwell_delay_scale">
 
2519
                                            <property name="visible">True</property>
 
2520
                                            <property name="can_focus">True</property>
 
2521
                                            <property name="adjustment">dwell_time_adjustment</property>
 
2522
                                            <property name="draw_value">False</property>
 
2523
                                            <property name="value_pos">right</property>
 
2524
                                          </object>
 
2525
                                          <packing>
 
2526
                                            <property name="position">1</property>
 
2527
                                          </packing>
 
2528
                                        </child>
 
2529
                                        <child>
 
2530
                                          <object class="GtkLabel" id="pointing_dwell_delay_long_label">
 
2531
                                            <property name="visible">True</property>
 
2532
                                            <property name="xalign">0</property>
 
2533
                                            <property name="label" translatable="yes" comments="long delay">Long</property>
 
2534
                                            <property name="justify">center</property>
 
2535
                                            <attributes>
 
2536
                                              <attribute name="scale" value="0.830000"/>
 
2537
                                            </attributes>
 
2538
                                          </object>
 
2539
                                          <packing>
 
2540
                                            <property name="expand">False</property>
 
2541
                                            <property name="position">2</property>
 
2542
                                          </packing>
 
2543
                                        </child>
 
2544
                                      </object>
 
2545
                                      <packing>
 
2546
                                        <property name="position">1</property>
 
2547
                                      </packing>
 
2548
                                    </child>
 
2549
                                  </object>
 
2550
                                  <packing>
 
2551
                                    <property name="left_attach">1</property>
 
2552
                                    <property name="right_attach">2</property>
 
2553
                                    <property name="top_attach">1</property>
 
2554
                                    <property name="bottom_attach">2</property>
 
2555
                                    <property name="y_options"></property>
 
2556
                                  </packing>
 
2557
                                </child>
 
2558
                                <child>
 
2559
                                  <object class="GtkHBox" id="pointing_hover_click_threshold_scale_box">
 
2560
                                    <property name="visible">True</property>
 
2561
                                    <property name="spacing">12</property>
 
2562
                                    <child>
 
2563
                                      <object class="GtkLabel" id="pointing_dwell_threshold_label">
 
2564
                                        <property name="visible">True</property>
 
2565
                                        <property name="xalign">0</property>
 
2566
                                        <property name="label" translatable="yes">_Motion threshold:</property>
 
2567
                                        <property name="use_underline">True</property>
 
2568
                                        <property name="justify">center</property>
 
2569
                                        <property name="mnemonic_widget">pointing_dwell_threshold_scale</property>
 
2570
                                      </object>
 
2571
                                      <packing>
 
2572
                                        <property name="expand">False</property>
 
2573
                                        <property name="fill">False</property>
 
2574
                                        <property name="position">0</property>
 
2575
                                      </packing>
 
2576
                                    </child>
 
2577
                                    <child>
 
2578
                                      <object class="GtkHBox" id="hbox3">
 
2579
                                        <property name="visible">True</property>
 
2580
                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
2581
                                        <property name="spacing">6</property>
 
2582
                                        <child>
 
2583
                                          <object class="GtkLabel" id="pointing_dwell_threshold_small_label">
 
2584
                                            <property name="visible">True</property>
 
2585
                                            <property name="xalign">1</property>
 
2586
                                            <property name="label" translatable="yes" comments="small threshold">Small</property>
 
2587
                                            <property name="justify">center</property>
 
2588
                                            <attributes>
 
2589
                                              <attribute name="scale" value="0.830000"/>
 
2590
                                            </attributes>
 
2591
                                          </object>
 
2592
                                          <packing>
 
2593
                                            <property name="expand">False</property>
 
2594
                                            <property name="position">0</property>
 
2595
                                          </packing>
 
2596
                                        </child>
 
2597
                                        <child>
 
2598
                                          <object class="GtkHScale" id="pointing_dwell_threshold_scale">
 
2599
                                            <property name="visible">True</property>
 
2600
                                            <property name="can_focus">True</property>
 
2601
                                            <property name="adjustment">dwell_threshold_adjustment</property>
 
2602
                                            <property name="digits">0</property>
 
2603
                                            <property name="draw_value">False</property>
 
2604
                                          </object>
 
2605
                                          <packing>
 
2606
                                            <property name="position">1</property>
 
2607
                                          </packing>
 
2608
                                        </child>
 
2609
                                        <child>
 
2610
                                          <object class="GtkLabel" id="pointing_dwell_threshold_large_label">
 
2611
                                            <property name="visible">True</property>
 
2612
                                            <property name="xalign">0</property>
 
2613
                                            <property name="label" translatable="yes" comments="large threshold">Large</property>
 
2614
                                            <property name="justify">center</property>
 
2615
                                            <attributes>
 
2616
                                              <attribute name="scale" value="0.830000"/>
 
2617
                                            </attributes>
 
2618
                                          </object>
 
2619
                                          <packing>
 
2620
                                            <property name="expand">False</property>
 
2621
                                            <property name="position">2</property>
 
2622
                                          </packing>
 
2623
                                        </child>
 
2624
                                      </object>
 
2625
                                      <packing>
 
2626
                                        <property name="position">1</property>
 
2627
                                      </packing>
 
2628
                                    </child>
 
2629
                                  </object>
 
2630
                                  <packing>
 
2631
                                    <property name="left_attach">1</property>
 
2632
                                    <property name="right_attach">2</property>
 
2633
                                    <property name="top_attach">2</property>
 
2634
                                    <property name="bottom_attach">3</property>
 
2635
                                    <property name="y_options"></property>
 
2636
                                  </packing>
 
2637
                                </child>
 
2638
                                <child>
 
2639
                                  <object class="GtkLabel" id="label49">
 
2640
                                    <property name="visible">True</property>
 
2641
                                  </object>
 
2642
                                  <packing>
 
2643
                                    <property name="top_attach">1</property>
 
2644
                                    <property name="bottom_attach">2</property>
 
2645
                                    <property name="x_options"></property>
 
2646
                                    <property name="y_options"></property>
 
2647
                                  </packing>
 
2648
                                </child>
 
2649
                                <child>
 
2650
                                  <object class="GtkLabel" id="label50">
 
2651
                                    <property name="visible">True</property>
 
2652
                                  </object>
 
2653
                                  <packing>
 
2654
                                    <property name="top_attach">2</property>
 
2655
                                    <property name="bottom_attach">3</property>
 
2656
                                    <property name="x_options"></property>
 
2657
                                    <property name="y_options"></property>
 
2658
                                  </packing>
 
2659
                                </child>
 
2660
                              </object>
 
2661
                              <packing>
 
2662
                                <property name="expand">False</property>
 
2663
                                <property name="fill">False</property>
 
2664
                                <property name="position">0</property>
 
2665
                              </packing>
 
2666
                            </child>
 
2667
                          </object>
 
2668
                        </child>
 
2669
                      </object>
 
2670
                    </child>
 
2671
                    <child type="label">
 
2672
                      <object class="GtkLabel" id="label36">
 
2673
                        <property name="visible">True</property>
 
2674
                        <property name="label" translatable="yes">Hover Click</property>
 
2675
                        <property name="use_markup">True</property>
 
2676
                        <attributes>
 
2677
                          <attribute name="weight" value="bold"/>
 
2678
                        </attributes>
 
2679
                      </object>
 
2680
                    </child>
 
2681
                  </object>
 
2682
                  <packing>
 
2683
                    <property name="expand">False</property>
 
2684
                    <property name="fill">False</property>
 
2685
                    <property name="position">3</property>
 
2686
                  </packing>
 
2687
                </child>
 
2688
                <child>
 
2689
                  <object class="GtkHBox" id="hbox13">
 
2690
                    <property name="visible">True</property>
 
2691
                    <child>
 
2692
                      <object class="GtkButton" id="pointing_mouse_preferences_button">
 
2693
                        <property name="label" translatable="yes">Mouse Settings</property>
 
2694
                        <property name="visible">True</property>
 
2695
                        <property name="can_focus">True</property>
 
2696
                        <property name="receives_default">True</property>
 
2697
                      </object>
 
2698
                      <packing>
 
2699
                        <property name="expand">False</property>
 
2700
                        <property name="fill">False</property>
 
2701
                        <property name="pack_type">end</property>
 
2702
                        <property name="position">0</property>
 
2703
                      </packing>
 
2704
                    </child>
 
2705
                  </object>
 
2706
                  <packing>
 
2707
                    <property name="expand">False</property>
 
2708
                    <property name="fill">False</property>
 
2709
                    <property name="pack_type">end</property>
 
2710
                    <property name="position">4</property>
 
2711
                  </packing>
 
2712
                </child>
 
2713
              </object>
 
2714
              <packing>
 
2715
                <property name="position">3</property>
 
2716
                <property name="tab_fill">False</property>
 
2717
              </packing>
 
2718
            </child>
 
2719
            <child type="tab">
 
2720
              <object class="GtkLabel" id="pointing_and_clicking_tab_label">
 
2721
                <property name="visible">True</property>
 
2722
                <property name="label" translatable="yes">Pointing and Clicking</property>
 
2723
              </object>
 
2724
              <packing>
 
2725
                <property name="position">3</property>
 
2726
                <property name="tab_fill">False</property>
 
2727
              </packing>
 
2728
            </child>
 
2729
          </object>
 
2730
          <packing>
 
2731
            <property name="expand">False</property>
 
2732
            <property name="fill">False</property>
 
2733
            <property name="position">0</property>
 
2734
          </packing>
 
2735
        </child>
 
2736
      </object>
 
2737
    </child>
 
2738
  </object>
 
2739
  <object class="GtkSizeGroup" id="seeing_sizegroup">
 
2740
    <widgets>
 
2741
      <widget name="seeing_reader_enabled_box"/>
 
2742
      <widget name="seeing_zoom_enabled_box"/>
 
2743
      <widget name="seeing_text_size_box"/>
 
2744
      <widget name="seeing_contrast_box"/>
 
2745
    </widgets>
 
2746
  </object>
 
2747
  <object class="GtkListStore" id="contrast_model">
 
2748
    <columns>
 
2749
      <!-- column-name contrasts -->
 
2750
      <column type="gchararray"/>
 
2751
      <!-- column-name scale -->
 
2752
      <column type="gdouble"/>
 
2753
      <!-- column-name contrasts_markup -->
 
2754
      <column type="gchararray"/>
 
2755
      <!-- column-name themename -->
 
2756
      <column type="gchararray"/>
 
2757
    </columns>
 
2758
    <data>
 
2759
      <row>
 
2760
        <col id="0" translatable="yes" context="universal access, contrast">Low</col>
 
2761
        <col id="1">1.25</col>
 
2762
        <col id="2" translatable="yes" context="universal access, contrast">&lt;span size="x-large"&gt;Low&lt;/span&gt;</col>
 
2763
        <col id="3">LowContrast</col>
 
2764
      </row>
 
2765
      <row>
 
2766
        <col id="0" translatable="yes" context="universal access, contrast">Normal</col>
 
2767
        <col id="1">1.25</col>
 
2768
        <col id="2" translatable="yes" context="universal access, contrast">&lt;span size="x-large"&gt;Normal&lt;/span&gt;</col>
 
2769
        <col id="3"></col>
 
2770
      </row>
 
2771
      <row>
 
2772
        <col id="0" translatable="yes" context="universal access, contrast">High</col>
 
2773
        <col id="1">1.25</col>
 
2774
        <col id="2" translatable="yes" context="universal access, contrast">&lt;span size="x-large"&gt;High&lt;/span&gt;</col>
 
2775
        <col id="3">HighContrast</col>
 
2776
      </row>
 
2777
      <row>
 
2778
        <col id="0" translatable="yes" context="universal access, contrast">High/Inverse</col>
 
2779
        <col id="1">1.25</col>
 
2780
        <col id="2" translatable="yes" context="universal access, contrast">&lt;span size="x-large"&gt;High/Inverse&lt;/span&gt;</col>
 
2781
        <col id="3">HighContrastInverse</col>
 
2782
      </row>
 
2783
    </data>
 
2784
  </object>
 
2785
  <object class="GtkSizeGroup" id="typing_sizegroup">
 
2786
    <widgets>
 
2787
      <widget name="typing_bouncekeys_delay_label"/>
 
2788
      <widget name="typing_bounce_keys_enabled_box"/>
 
2789
      <widget name="typing_slowkeys_delay_label"/>
 
2790
      <widget name="typing_slow_keys_enabled_box"/>
 
2791
      <widget name="typing_sticky_keys_enabled_box"/>
 
2792
      <widget name="typing_assistant_enabled_box"/>
 
2793
    </widgets>
 
2794
  </object>
 
2795
  <object class="GtkSizeGroup" id="pointing_sizegroup">
 
2796
    <widgets>
 
2797
      <widget name="pointing_dwell_threshold_label"/>
 
2798
      <widget name="pointing_dwell_delay_label"/>
 
2799
      <widget name="pointing_hover_click_enabled_box"/>
 
2800
      <widget name="pointing_secondary_click_delay_label"/>
 
2801
      <widget name="pointing_second_click_enabled_box"/>
 
2802
      <widget name="pointing_video_mouse_enabled_box"/>
 
2803
      <widget name="pointing_mouse_keys_enabled_box"/>
 
2804
    </widgets>
 
2805
  </object>
 
2806
  <object class="GtkSizeGroup" id="pointing_scale_sizegroup">
 
2807
    <property name="ignore_hidden">True</property>
 
2808
    <widgets>
 
2809
      <widget name="pointing_dwell_threshold_scale"/>
 
2810
      <widget name="pointing_dwell_delay_scale"/>
 
2811
      <widget name="pointing_secondary_click_delay_scale"/>
 
2812
    </widgets>
 
2813
  </object>
 
2814
  <object class="GtkSizeGroup" id="sizegroup1">
 
2815
    <property name="ignore_hidden">True</property>
 
2816
    <widgets>
 
2817
      <widget name="pointing_hover_click_settings_button"/>
 
2818
      <widget name="pointing_secondary_click_spacer_label"/>
 
2819
      <widget name="pointing_video_mouse_settings_button"/>
 
2820
      <widget name="pointing_mouse_keys_settings_button"/>
 
2821
    </widgets>
 
2822
  </object>
 
2823
  <object class="GtkSizeGroup" id="hearing_sizegroup">
 
2824
    <widgets>
 
2825
      <widget name="hearing_captions_enabled_box"/>
 
2826
      <widget name="hearing_visual_alerts_enabled_box"/>
 
2827
    </widgets>
 
2828
  </object>
 
2829
  <object class="GtkSizeGroup" id="hover_click_sizegroup">
 
2830
    <widgets>
 
2831
      <widget name="pointing_dwell_threshold_label"/>
 
2832
      <widget name="pointing_dwell_delay_label"/>
 
2833
      <widget name="pointing_secondary_click_delay_label"/>
 
2834
    </widgets>
 
2835
  </object>
 
2836
</interface>