summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cmd-keys.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-08-12 15:11:13 +0200
committerRaphael Langella <raphael.langella@gmail.com>2011-08-12 15:15:14 +0200
commit875129a2f91a150d341ffc501eedc6c88add89fc (patch)
treefbff3cee4d58b3a196c2135298cc3fbb5b622444 /crawl-ref/source/cmd-keys.h
parent604a43a1c2ac91c471f8494611879a889a820064 (diff)
downloadcrawl-ref-875129a2f91a150d341ffc501eedc6c88add89fc.tar.gz
crawl-ref-875129a2f91a150d341ffc501eedc6c88add89fc.zip
Add a new "show runes" command: "}"
See Mantis #4381. The "List weapons" command is moved to ^V. It's not great, but it's the only available keybinding I could find along with ^M.
Diffstat (limited to 'crawl-ref/source/cmd-keys.h')
-rw-r--r--crawl-ref/source/cmd-keys.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/cmd-keys.h b/crawl-ref/source/cmd-keys.h
index f3d10808c1..fc06874183 100644
--- a/crawl-ref/source/cmd-keys.h
+++ b/crawl-ref/source/cmd-keys.h
@@ -118,8 +118,9 @@
{']', CMD_LIST_EQUIPMENT},
{'(', CMD_CYCLE_QUIVER_FORWARD},
{')', CMD_CYCLE_QUIVER_BACKWARD},
-{'}', CMD_LIST_WEAPONS},
+{CONTROL('V'), CMD_LIST_WEAPONS},
{'\\', CMD_DISPLAY_KNOWN_OBJECTS},
+{'}', CMD_DISPLAY_RUNES},
{'\'', CMD_WEAPON_SWAP},
{'`', CMD_PREV_CMD_AGAIN},
{'0', CMD_REPEAT_CMD},