This file is indexed.

/usr/share/crawl/docs/develop/keys.txt is in crawl-common 2:0.21.1-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
<esc>   nothing (intentionally)
<home>  move northwest (same as y, 7)
<end>   move southwest (same as b, 1)
<ins>   nothing
<del>   nothing
`       repeat last command
1       move southwest (same as b)
2       move south (same as j, <down>)
3       move southeast (same as n)
4       move west (same as h, <left>)
5       rest
6       move east (same as l, <right>)
7       move northwest (same as y)
8       move north (same as k, <up>)
9       move northeast (same as u)
0       repeat next command
-       tiles doll editor
=       adjust
<bs>    nothing (might conflict with ^H on console)
<tab>   run custom lua
q       quaff
w       wield
e       eat
r       read
t       shout
y       move northwest (same as 7)
u       move northeast (same as 9)
i       inventory
o       autoexplore
[       view worn armour
]       view inventory armour
\       view unidentified items
a       ability
s       wait (same as .)
d       drop
f       fire missiles
g       pick up (same as ,)
h       move west (same as 4, <left>)
j       move south (same as 2, <down>)
k       move north (same as 8, <up>)
l       move east (same as 6, <right>)
;       examine floor
'       swap wielded items specifically between slot a and b
<cr>    nothing (intentionally)
z       cast spell
x       examine
c       chop corpse
v       evoke item
b       move southwest (same as 1)
n       move southeast (same as 3)
m       skills
,       pick up (same as g)
.       wait (same as s)
/       shift prefix
<space> nothing (intentionally)
<pgup>  move northeast (same as u, 9)
<up>    move north (same as k, 8)
<pgdn>  move southeast (same as n, 3)
<left>  move west (same as h, 4)
<down>  move south (same as j, 2)
<right> move east (same as l, 6)
~       macro (same as ^d)
!       annotate level
@       character info
#       chardump
$       shopping list
%       detailed character overview
^       religion
&       wizmode
*       ctrl prefix
(       cycle missiles
)       cycle missiles backwards
_       read mail (console)
+       explore mode
Q       quiver
W       wear armour
E       game progress summary
R       remove jewellery
T       take off armour
Y       run northwest
U       run northeast
I       view spells
O       open door
P       put on jewellery
{       inscribe
}       show runes
|       toggle view layers
A       view abilities and mutations
S       save and quit with prompt
D       drop previously picked up item
F       fire specific missiles
G       autotravel (same as ^g)
H       run west
J       run north
K       run south
L       run east
:       note
"       view jewellery
Z       force cast spell
X       view map
C       close door
V       evoke wand
B       run southwest
N       run southeast
M       memorise
<       go upstairs
>       go downstairs
?       help
^Q      quit without saving
^W      assign waypoint
^E      adjust travel speed
^R      redraw screen
^T      nothing
^Y      fight northwest
^U      fight northeast
^I      nothing (conflicts with <tab> on console)
^O      view dungeon overview
^P      view previous messages
^A      toggle autopickup
^S      quick save and quit
^D      macro (same as ~)
^F      find item
^G      autotravel (same as G)
^H      fight west
^J      fight south
^K      fight north
^L      fight east
^Z      suspend to shell
^X      view visible things
^C      clear rembered monsters/items from map
^V      nothing
^B      fight southwest
^N      fight southeast
^M      nothing (conflicts with <cr> on console)