This file is indexed.

/usr/share/gnome-control-center/keybindings/50-metacity-navigation.xml is in metacity-common 1:3.28.0-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
<?xml version="1.0" encoding="UTF-8" ?>
<KeyListEntries schema="org.gnome.desktop.wm.keybindings"
                group="system"
                name="Navigation"
                wm_name="Metacity"
                package="metacity">

	<KeyListEntry name="move-to-workspace-1"
	              description="Move window to workspace 1" />

	<KeyListEntry name="move-to-workspace-2"
	              description="Move window to workspace 2" />

	<KeyListEntry name="move-to-workspace-3"
	              description="Move window to workspace 3" />

	<KeyListEntry name="move-to-workspace-4"
	              description="Move window to workspace 4" />

	<KeyListEntry name="move-to-workspace-left"
	              description="Move window one workspace to the left" />

	<KeyListEntry name="move-to-workspace-right"
	              description="Move window one workspace to the right" />

	<KeyListEntry name="move-to-workspace-up"
	              description="Move window one workspace up" />

	<KeyListEntry name="move-to-workspace-down"
	              description="Move window one workspace down" />

	<KeyListEntry name="switch-windows"
	              description="Switch windows" />

	<KeyListEntry name="switch-applications"
	              description="Switch applications" />

	<KeyListEntry name="switch-group"
	              description="Switch windows of an application" />

	<KeyListEntry name="switch-panels"
	              description="Switch system controls" />

	<KeyListEntry name="cycle-windows"
	              description="Switch windows directly" />

	<KeyListEntry name="cycle-group"
	              description="Switch windows of an app directly" />

	<KeyListEntry name="cycle-panels"
	              description="Switch system controls directly" />

	<KeyListEntry name="show-desktop"
	              description="Hide all normal windows" />

	<KeyListEntry name="switch-to-workspace-1"
	              description="Switch to workspace 1" />

	<KeyListEntry name="switch-to-workspace-2"
	              description="Switch to workspace 2" />

	<KeyListEntry name="switch-to-workspace-3"
	              description="Switch to workspace 3" />

	<KeyListEntry name="switch-to-workspace-4"
	              description="Switch to workspace 4" />

	<KeyListEntry name="switch-to-workspace-left"
	              description="Move to workspace left" />

	<KeyListEntry name="switch-to-workspace-right"
	              description="Move to workspace right" />

	<KeyListEntry name="switch-to-workspace-up"
	              description="Move to workspace above" />

	<KeyListEntry name="switch-to-workspace-down"
	              description="Move to workspace below" />

</KeyListEntries>