summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/docs')
-rw-r--r--crawl-ref/docs/034_changes.txt2
-rw-r--r--crawl-ref/docs/options_guide.txt8
2 files changed, 8 insertions, 2 deletions
diff --git a/crawl-ref/docs/034_changes.txt b/crawl-ref/docs/034_changes.txt
index 0ceb44845c..6ed359420d 100644
--- a/crawl-ref/docs/034_changes.txt
+++ b/crawl-ref/docs/034_changes.txt
@@ -68,7 +68,7 @@ We are content that all of these changes are genuine improvements. Should
your brain be hardwired to the old settings, you can effectively enforce
the 0.3.4 state by using the following options:
include = 034_monster_glyphs.txt
- additional_macro_file = 034_command_keys.txt
+ include = 034_command_keys.txt
always_confirm_butcher = true
Note that the header of init.txt contains these lines. (It contains some
diff --git a/crawl-ref/docs/options_guide.txt b/crawl-ref/docs/options_guide.txt
index f182fed5ec..e7cb00a362 100644
--- a/crawl-ref/docs/options_guide.txt
+++ b/crawl-ref/docs/options_guide.txt
@@ -82,7 +82,7 @@ The contents of this text are:
autoinscribe
4-n Macro related Options.
flush.failure, flush.command, flush.message,
- macro_meta_entry, additional_macro_file
+ macro_meta_entry, additional_macro_file, bindkey
4-o Tiles Options.
tile_show_items, title_screen, tile_player_col,
tile_monster_col, tile_neutral_col, tile_friendly_col,
@@ -1470,6 +1470,12 @@ additional_macro_file = path/to/filename
Add an additional macro file to be loaded after macro.txt.
You can have multiple additional_macro_file lines.
+bindkey = [^D] CMD_BUTCHER
+ Change which key invokes which command at a lower level of
+ operation than macros. Useful in that macros cannot (yet)
+ invoke each other, but a macro can invoke a command whose
+ key has changed.
+
4-o Tiles Options.
----------------------
In non-tile games the tile options are ignored.