This file is indexed.

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

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
122
123
124
125
126
127
128
129
130
131
132
<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="show-systray" type="b">
            <default>true</default>
            <summary>Show systray icons</summary>
            <description>
                On: Show Chinese/English and Full/Half shape status as a systray icon
                Off: Do not show the status icon
            </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 to the front</summary>
            <description>
                Add phrases to the front
            </description>
        </key>
        <key name="clean-buffer-focus-out" type="b">
            <default>false</default>
            <summary>Clean pre-edit buffer when focus out</summary>
            <description>
                On: Clean pre-edit buffer when focus out to prevent program crash
                Off: Keep what you already type for convenience
            </description>
        </key>
        <key name="easy-symbol-input" type="b">
            <default>true</default>
            <summary>Easy symbol input</summary>
            <description>
                Press shift to input Chinese punctuation symbols
            </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, not including inputing Zhuyin symbols.
            </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="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="capslock-toggle-chinese" type="b">
            <default>true</default>
            <summary>Caps Lock toggles Chinese Mode</summary>
            <description>
                On: Caps Lock toggle Chinese/English
                Off: Caps Lock only affect English letter case
            </description>
        </key>
        <key name="default-english-case" type="s">
            <default l10n="messages">"lowercase"</default>
            <summary>Default English letter case
  (Only effective when Caps Lock toggles Chinese is ON)</summary>
            <description>
                no control: No default letter case. Not recommend if you use multiple keyboards or synergy
                lowercase: Default to lowercase, press shift for uppercase.
                uppercase: Default to uppercase, press shift for lowercase.
            </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>