summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/options_guide.txt
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-29 11:31:08 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-29 11:31:08 +0000
commit76c1d4a85726bef0e54c8382041b122a3718d095 (patch)
tree3a608bd07c80faabe1f9a5b413322ca0aa2bfb01 /crawl-ref/docs/options_guide.txt
parente3527ec5d93a7b5ff8ad9bb926cc9e1090715a39 (diff)
downloadcrawl-ref-76c1d4a85726bef0e54c8382041b122a3718d095.tar.gz
crawl-ref-76c1d4a85726bef0e54c8382041b122a3718d095.zip
Add documentation for the keybindings.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6715 c06c8d41-db1a-0410-9941-cceddc491573
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.
----------------------