summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-28 20:02:47 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-28 20:02:47 +0000
commit3fb9177a9fe1b81c2cc75d6f4e92cc893955c013 (patch)
treecd33f45bf299093da5ae6283fd56d39ce972ddef /crawl-ref/docs
parent28af50ab61b7cc153661e42ba31fb53ff95c34f1 (diff)
downloadcrawl-ref-3fb9177a9fe1b81c2cc75d6f4e92cc893955c013.tar.gz
crawl-ref-3fb9177a9fe1b81c2cc75d6f4e92cc893955c013.zip
Fix macro help (Shawn Moore).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@716 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs')
-rw-r--r--crawl-ref/docs/crawl_macros.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/crawl-ref/docs/crawl_macros.txt b/crawl-ref/docs/crawl_macros.txt
index 1bde42a5df..9d08da9a09 100644
--- a/crawl-ref/docs/crawl_macros.txt
+++ b/crawl-ref/docs/crawl_macros.txt
@@ -37,7 +37,7 @@ macros at all three levels (main, level map, targeting).]
How to create macros?
---------------------
-The simplest way is in-game: press the '`' key (this may be a bit awkward
+The simplest way is in-game: press the '~' key (this may be a bit awkward
on certain keyboard layouts). Then choose a key to assign for your macro,
and enter the command sequence. Observe how Crawl spits out a funny number
in some cases. These are the key codes for certain (non-alpanumeric) keys,
@@ -63,8 +63,9 @@ For example, on my home system (Windows), I get key codes
Shift-Alt-F1 \{3440}
Ctrl-Shift-Alt-F1 \{3952}
-After defining such a macro, you should test it. Saving of all macros is
-done with the '~' command.
+After defining such a macro, you should test it. Saving of all macros
+and keymaps is done with the '~' command (use s to save macros at the
+prompt).
The macros are stored in the file macro.txt in your main Crawl directory.
This file is human readable and editable, you just have to figure out the