This file is indexed.

/usr/share/glib-2.0/schemas/com.canonical.keyboard.maliit.gschema.xml is in ubuntu-keyboard-data 0.99.trunk.phablet2+14.04.20140415-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema id="com.canonical.keyboard.maliit" path="/com/canonical/keyboard/maliit/">
    <key name="active-language" type="s">
      <summary>Active language</summary>
      <description>Currently active language, selected by user in the keyboard language menu</description>
      <default>'en'</default>
    </key>
    <key name="enabled-languages" type="as">
      <summary>Enabled languages</summary>
      <description>User-defined list of activatable languages.</description>
      <default>[]</default>
    </key>
    <key name="auto-capitalization" type="b">
      <summary>Auto-capitalization</summary>
      <description>Capitalize the first letter of each sentence.</description>
      <default>true</default>
    </key>
    <key name="auto-completion" type="b">
      <summary>Auto-completion</summary>
      <description>Complete current word with first suggestion when hitting space.</description>
      <default>false</default>
    </key>
    <key name="predictive-text" type="b">
      <summary>Predictive text</summary>
      <description>Suggest potential words in word ribbon.</description>
      <default>false</default>
    </key>
    <key name="key-press-feedback" type="b">
      <summary>Key press feedback</summary>
      <description>Vibrate or emit sound on key press.</description>
      <default>false</default>
    </key>
    <key name="spell-checking" type="b">
      <summary>Spell checking</summary>
      <description>Check spelling of entered text.</description>
      <default>false</default>
    </key>
    <key name="spell-checking-languages" type="as">
      <summary>Spell checking languages</summary>
      <description>User-defined list of activatable spell-checking languages.</description>
      <default>[]</default>
    </key>
  </schema>
</schemalist>