summaryrefslogtreecommitdiffstats
path: root/crawl-ref/settings/034_command_keys.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/settings/034_command_keys.txt')
-rw-r--r--crawl-ref/settings/034_command_keys.txt68
1 files changed, 17 insertions, 51 deletions
diff --git a/crawl-ref/settings/034_command_keys.txt b/crawl-ref/settings/034_command_keys.txt
index 5cbc347da3..955bcf3d06 100644
--- a/crawl-ref/settings/034_command_keys.txt
+++ b/crawl-ref/settings/034_command_keys.txt
@@ -1,56 +1,22 @@
-# This file contains macros for using 0.3.4 command keys instead of the
+# This file keybinds for using 0.3.4 command keys instead of the
# new set from 0.4.
# If you want to use it, add the following line to your init.txt:
-# : crawl.read_options('docs/034_command_keys.txt')
+# include = 034_keybindings.txt
# Note that the 'v'iew item command is not available anymore. You can
-# get the same functionality by pressing the item slot in the inventor.
-
-# annotate level (Ctrl-I)
-M:\{9}
-A:!
-
-# auto-explore (Ctrl-O)
-M:\{15}
-A:o
-
-# shout/tell allies
-M:!
-A:t
-
-# experience information
-M:C
-A:E
-
-# evoke
-M:E
-A:v
-
-# dungeon overview
-M:O
-A:\{15}
-
-# cast spell
-M:Z
-A:z
-
-# close door
-M:c
-A:C
-
-# open door
-M:o
-A:O
-
-# throw
-M:t
-A:fi
-
-# zap wand
-M:z
-A:Z
-
-# butcher
-M:D
-A:c
+# get the same functionality by pressing the item slot while looking at
+# you inventory.
+
+bindkey = [^I] CMD_ANNOTATE_LEVEL
+bindkey = [^O] CMD_EXPLORE
+bindkey = [!] CMD_SHOUT
+bindkey = [C] CMD_EXPERIENCE_CHECK
+bindkey = [E] CMD_EVOKE
+bindkey = [O] CMD_DISPLAY_OVERMAP
+bindkey = [Z] CMD_CAST_SPELL
+bindkey = [z] CMD_ZAP_WAND
+bindkey = [c] CMD_CLOSE_DOOR
+bindkey = [o] CMD_OPEN_DOOR
+bindkey = [D] CMD_BUTCHER
+bindkey = [t] CMD_THROW_ITEM_NO_QUIVER