This file is indexed.

/usr/share/glib-2.0/schemas/org.freedesktop.IBus.Chewing.gschema.xml is in ibus-chewing 1.4.14-4.

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
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<schemalist>
    <schema id="org.freedesktop.IBus.Chewing" path="/desktop/ibus/engine/chewing/" gettext-domain="ibus-chewing">
        <key name="kb-type" type="s">
            <default l10n="messages">"default"</default>
            <summary>Keyboard Type</summary>
            <description>
                Select Zhuyin keyboard layout.
            </description>
        </key>
        <key name="sel-keys" type="s">
            <default>"1234567890"</default>
            <summary>Selection keys</summary>
            <description>
                Keys used to select candidate. For example "asdfghjkl;", press 'a' to select the 1st candidate, 's' for 2nd, and so on.
            </description>
        </key>
        <key name="hsu-sel-key-type" type="i">
            <default>1</default>
            <summary>Hsu's selection key</summary>
            <description>
                Hsu's keyboard selection keys, 1 for asdfjkl789, 2 for asdfzxcv89 .
            </description>
        </key>
        <key name="auto-shift-cur" type="b">
            <default>true</default>
            <summary>Auto move cursor</summary>
            <description>
                Automatically move cursor to next character.
            </description>
        </key>
        <key name="add-phrase-direction" type="b">
            <default>true</default>
            <summary>Add phrases in front</summary>
            <description>
                Add phrases in the front.
            </description>
        </key>
        <key name="easy-symbol-input" type="b">
            <default>true</default>
            <summary>Easy symbol input</summary>
            <description>
                Easy symbol input.
            </description>
        </key>
        <key name="esc-clean-all-buf" type="b">
            <default>false</default>
            <summary>Esc clean all buffer</summary>
            <description>
                Escape key cleans the text in pre-edit-buffer.
            </description>
        </key>
        <key name="max-chi-symbol-len" type="i">
            <default>20</default>
            <summary>Maximum Chinese characters</summary>
            <description>
                Maximum Chinese characters in pre-edit buffer, including inputing Zhuyin symbols
            </description>
        </key>
        <key name="force-lowercase-english" type="b">
            <default>false</default>
            <summary>Force lowercase in En mode</summary>
            <description>
                Ignore CapsLock status and input lowercase by default.
                It is handy if you wish to enter lowercase by default.
                Uppercase can still be inputted with Shift.
            </description>
        </key>
        <key name="sync-caps-lock" type="s">
            <default l10n="messages" context="Sync">"disable"</default>
            <summary>Sync between CapsLock and IM</summary>
            <description>
                Occasionally, the CapsLock status does not match the IM, this option determines how these status be synchronized. Valid values:
                "disable": Do nothing.
                "keyboard": IM status follows keyboard status.
                "IM": Keyboard status follows IM status.
            </description>
        </key>
        <key name="numpad-always-number" type="b">
            <default>true</default>
            <summary>Number pad always input number</summary>
            <description>
                Always input numbers when number keys from key pad is inputted.
            </description>
        </key>
        <key name="shift-toggle-chinese" type="b">
            <default>true</default>
            <summary>Shift toggle Chinese Mode</summary>
            <description>
                Shift key to toggle Chinese Mode
            </description>
        </key>
        <key name="plain-zhuyin" type="b">
            <default>false</default>
            <summary>Plain Zhuyin mode</summary>
            <description>
                In plain Zhuyin mode, automatic candidate selection and related options are disabled or ignored.
            </description>
        </key>
        <key name="cand-per-page" type="u">
            <default>10</default>
            <summary>Candidate per page</summary>
            <description>
                Number of candidate per page.
            </description>
        </key>
        <key name="phrase-choice-from-last" type="b">
            <default>true</default>
            <summary>Choose phrases from backward</summary>
            <description>
                Choose phrases from the back, without moving cursor.
            </description>
        </key>
        <key name="space-as-selection" type="b">
            <default>false</default>
            <summary>Space to select</summary>
            <description>
                Press Space to select the candidate.
            </description>
        </key>
    </schema>
</schemalist>