This file is indexed.

/usr/share/bibledit-gtk/site/gtk/reference/keyboard-accelerators.html is in bibledit-gtk-data 4.9-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
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <link href="../../bibledit.css" rel="stylesheet" type="text/css" /><!-- 

Copyright (©) 2003-2011 Teus Benschop and Contributors to the Wiki.

Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts.  A copy of the license is included in the section entitled "GNU
Free Documentation License" in the file FDL.

-->
    <title></title>
  </head>
  <body>
    <div id="menu">
      <ul>
        <li>
          <a href="../../home.html">1 Bibledit</a>
        </li>
        <li>
          <a href="../reference.html">Reference</a>
        </li>
        <li style="list-style: none; display: inline">
          <hr />
        </li>
        <li>
          <a href="changes-log.html">Changes Log</a>
        </li>
        <li>
          <a href="internals.html">Internals</a>
        </li>
        <li>Keyboard accelerators
        </li>
        <li>
          <a href="menu.html">Menu</a>
        </li>
        <li>
          <a href="usfm.html">USFM</a>
        </li>
      </ul>
    </div>
    <div id="content">
      <h1>
        Keyboard accelerators
      </h1>
      <p>
        Accelerators are keystrokes that accelerate access to certain functions.
      </p>
      <p>
        Ctrl-X: Cut to clipboard.
      </p>
      <p>
        Ctrl-C: Copy to clipboard.
      </p>
      <p>
        Ctrl-V: Paste from clipboard.
      </p>
      <p>
        Ctrl-Z: Undo.
      </p>
      <p>
        Shift-Ctrl-Z: Redo.
      </p>
      <p>
        Ctrl-1, Ctrl-2, Ctrl-3, Ctrl-4: Insert standard text into project note.
      </p>
      <p>
        Ctrl-N: Create new project note.
      </p>
      <p>
        Alt-DownArrow: Go to next verse.
      </p>
      <p>
        Alt-UpArrow: Go to previous verse.
      </p>
      <p>
        Alt-PageDown: Go to next chapter.
      </p>
      <p>
        Alt-PageUp: Go to previous chapter.
      </p>
      <p>
        Ctrl-Alt-PageDown: Go to next book.
      </p>
      <p>
        Ctrl-Alt-PageUp: Go to previous book.
      </p>
      <p>
        Alt-RightArrow: Go to next reference in history.
      </p>
      <p>
        Alt-LeftArrow: Go to previous reference in history.
      </p>
      <p>
        Ctrl-G: Go to reference.
      </p>
      <p>
        Ctrl-W: Close window.
      </p>
      <p>
        Ctrl-S: Go to styles window.
      </p>
      <p>
        Ctrl-Q: Quit.
      </p>
      <p>
        Ctrl-F: Find.
      </p>
      <p>
        Ctrl-R: Replace.
      </p>
      <p>
        F5: Present text editor.
      </p>
      <p>
        Shift-F5: Present tools windows in sequence.
      </p>
      <p>
        Ctrl-F5: Present notes editor.
      </p>
      <p>
        F6: Go to next reference in reference window.
      </p>
      <p>
        Shift-F6: Go to previous reference in reference window.
      </p>
      <p>
        Ctrl-Alt-RightArrow: Go to next project.
      </p>
      <p>
        Ctrl-Alt-LeftArrow: Go to previous project.
      </p>
      <p>
        Ctrl-O: Open project.
      </p>
      <p>
        Ctrl-P: Print.
      </p>
      <p>
        F1: Main help.
      </p>
      <p>
        Ctrl-\: Toggle viewing USFM code.
      </p>
      <p>
        Ctrl-[: When editing a note, it increases the indentation.
      </p>
      <p>
        Ctrl-]: When editing a note, it decreases the indentation.
      </p>
      <p>
        + or - or Left-Arrow or Right-Arrow: When in a tree, to expand or collapse items.<br />
      </p>
    </div>
  </body>
</html>