This file is indexed.

/usr/share/games/crossfire/help/bind.en is in crossfire-common 1.70.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
Syntax:

    bind [-nfreg] <command>

Flags (default -nrf):

    -n: used in normal-mode
    -f: used in fire-mode
    -r: used in run-mode
    -e: leave command in line edit
    -g: global key (not recommended)

Multiple commands can be bound to the same key be separating them with semicolons.

Special bind's:

    bind commandkey - sets commandkey
    bind firekey1 - sets first firekey
    bind firekey2 - sets second firekey
    bind runkey1 - sets first runkey
    bind runkey2 - sets second runkey

Examples:

    bind -f cast paralyzed (F3)
    will typically mean that Shift-F3 is used to select that spell (Shift being the fire key)

    bind use_skill sense curse; use_skill sense magic (S)
    will bind those two commands to the S key.