This file is indexed.

/usr/share/help/C/gnome-terminal/pref-keyboard-access.page is in gnome-terminal-data 3.18.3-1ubuntu1.

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
<page xmlns="http://projectmallard.org/1.0/"
      type="guide"
      id="pref-keyboard-access">

  <info>
    <revision version="0.1" date="2013-02-25" status="candidate"/>
    <link type="guide" xref="index#preferences"/>
    <link type="guide" xref="pref"/>
    <link type="seealso" xref="pref-menubar"/>

    <credit type="author copyright">
      <name>Sindhu S</name>
      <email>sindhus@live.in</email>
      <years>2013</years>
    </credit>
    <credit type="copyright editor">
      <name>Ekaterina Gerasimova</name>
      <email>kittykat3756@gmail.com</email>
      <years>2013</years>
    </credit>
    <credit type="copyright editor">
      <name>Michael Hill</name>
      <email>mdhillca@gmail.com</email>
      <years>2013</years>
    </credit>

    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>

    <desc>Navigate around <app>Terminal</app> menus using keyboard keys.</desc>
  </info>

  <title>Keyboard accessibility</title>

  <note style="important">
    <p>These keys will only have an effect in windows in which the menubar is
    set to be visible.</p>
  </note>

  <p>You can navigate the <app>Terminal</app> menu using a combination of keys
  that are called <em>mnemonics</em> or a special key that takes you directly
  to the first menu in the menubar which is called a <em>menu accelerator
  key</em>.</p>

  <section id="mnemonics">
    <title>Mnemonics</title>

    <p><app>Terminal</app> menu can be accessed by combining the <key>Alt</key>
    key and a letter of the menu item. The letter that you need to use to
    access the menu will be underlined when you hold down the
    <key>Alt</key>.</p>

    <p>For example, view the <gui style="menu">Edit</gui> menu using
    <keyseq><key>Alt</key><key>E</key></keyseq>. Similarly, you can access
    <gui style="menu">File</gui> menu using
    <keyseq><key>Alt</key><key>F</key></keyseq>.</p>

    <p>To enable mnemonics:</p>

    <steps>
      <item>
        <p>Select <guiseq><gui style="menu">Edit</gui> <gui style="menuitem">
        Preferences</gui> <gui style="tab">General</gui></guiseq>.</p>
      </item>
      <item>
        <p>Check <gui style="checkbox">Enable mnemonics</gui>.</p>
      </item>
    </steps>

  </section>

  <section id="menu-accelerator">
    <title>Menu accelerator key</title>

    <p>This setting brings up the <gui style="menu">File</gui> menu the menu
    accelerator key is pressed. This key is usually <key>F10</key> by
    default.</p>

    <steps>
      <item>
        <p>Select <guiseq><gui style="menu">Edit</gui>
	<gui style="menuitem">Preferences</gui>
	<gui style="tab">Shortcuts</gui></guiseq>.</p>
      </item>
      <item>
        <p>Check <gui style="checkbox">Enable the menu accelerator
        key</gui>.</p>
      </item>
    </steps>

  </section>

</page>