This file is indexed.

/usr/share/pyshared/pyxid/keymaps.py is in python-pyxid 1.0-1ubuntu2.

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
# -*- coding: utf-8 -*-

rb_530_keymap = {1: 0,
                 2: -1,
                 3: 1,
                 4: 2,
                 5: 3,
                 6: 4,
                 7: -1,
                 8: -1}
rb_730_keymap = {1: 0,
                 2: 1,
                 3: 2,
                 4: 3,
                 5: 4,
                 6: 5,
                 7: 6,
                 8: 7}
rb_830_keymap = {1: 3,
                 2: 4,
                 3: 1,
                 4: 2,
                 5: 5,
                 6: 6,
                 7: 0,
                 8: 7}
rb_834_keymap = {1: 0,
                 2: 1,
                 3: 2,
                 4: 3,
                 5: 4,
                 6: 5,
                 7: 6,
                 8: 7}
lumina_keymap = {1: 0,
                 2: 1,
                 3: 2,
                 4: 3,
                 5: 4,
                 6: -1,
                 7: -1,
                 8: -1}