This file is indexed.

/usr/share/glib-2.0/schemas/org.ukui.control-center.keybinding.gschema.xml is in ukui-control-center 1.1.3-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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="ukui-control-center">
    <schema id="org.ukui.control-center.keybinding">
        <key type="s" name="binding">
            <default>''</default>
            <summary>Keybinding</summary>
            <description>Keybinding associated with a custom shortcut.</description>
        </key>
        <key type="s" name="action">
            <default>''</default>
            <summary>Command</summary>
            <description>Command associated with a custom keybinding.</description>
        </key>
        <key type="s" name="name">
            <default>''</default>
            <summary>Name</summary>
            <description>Description associated with a custom keybinding.</description>
        </key>
    </schema>
</schemalist>