summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/options_guide.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/docs/options_guide.txt')
-rw-r--r--crawl-ref/docs/options_guide.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/crawl-ref/docs/options_guide.txt b/crawl-ref/docs/options_guide.txt
index 4325ba43da..bbbde61be6 100644
--- a/crawl-ref/docs/options_guide.txt
+++ b/crawl-ref/docs/options_guide.txt
@@ -1476,6 +1476,14 @@ bindkey = [^D] CMD_BUTCHER
operation than macros. Useful in that macros cannot (yet)
invoke each other, but a macro can invoke a command whose
key has changed.
+ The syntax is always the same: [key] command
+ First, in square brackets, list the key you want to use, with
+ ^X meaning Ctrl-X. After that name the command to be bound to
+ that key. You can bind several commands to the same key, as long
+ as they take effect in different areas of the game, i.e. one
+ targetting command and one for the main game. Likewise, you can
+ bind the same command to different keys.
+ For a full list of possible commands, see keybind.txt.
4-o Tiles Options.
----------------------