File: bind.en

package info (click to toggle)
crossfire 1.75.0-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,168 kB
  • sloc: ansic: 83,169; sh: 4,659; perl: 1,736; lex: 1,443; makefile: 1,199; python: 43
file content (29 lines) | stat: -rw-r--r-- 750 bytes parent folder | download | duplicates (8)
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.