This file is indexed.

/usr/share/libskk/rules/nicola/keymap/default.json is in libskk-common 1.0.2-3.

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
{
    "define": {
        "keymap": {
            "C-g": "abort",
            "\n": "commit-unhandled",
            "C-m": "commit-unhandled",
            "\b": "delete",
            "C-h": "delete",
            "[gh]": "abbrev",
            "C": "kuten",
            " ": "next-candidate",
            "\t": "complete",
            "C-i": "complete",
            ">": "special-midasi",
            "C-p": "previous-candidate",
            "X": "purge-candidate"
        }
    }
}