summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cmd-keys.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-15 22:23:53 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-15 22:23:53 +0100
commit77034762eb7ec5aba511afb88f93362d29c2b011 (patch)
tree11d3305e63c6b47d78a8b81f02ef4d0182b3915e /crawl-ref/source/cmd-keys.h
parentdb0e3300dd36a98734dd081e35dadd3a0c6a8aa4 (diff)
downloadcrawl-ref-77034762eb7ec5aba511afb88f93362d29c2b011.tar.gz
crawl-ref-77034762eb7ec5aba511afb88f93362d29c2b011.zip
Use the dynamic command key names for some commands on the help screen.
More to follow! :) It appears the command screen has been optimized for space. Whereever possible, the key has been capitalized in the description, and often alternative keys are mentioned. All of that may not apply for reassigned keys. What do we do about this?
Diffstat (limited to 'crawl-ref/source/cmd-keys.h')
-rw-r--r--crawl-ref/source/cmd-keys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/cmd-keys.h b/crawl-ref/source/cmd-keys.h
index c6d25b1820..e4c893a2a9 100644
--- a/crawl-ref/source/cmd-keys.h
+++ b/crawl-ref/source/cmd-keys.h
@@ -118,9 +118,9 @@
{'`', CMD_PREV_CMD_AGAIN},
{'0', CMD_REPEAT_CMD},
{CK_INSERT, CMD_REPEAT_CMD},
-{'5', CMD_REST},
{CK_SHIFT_CLEAR, CMD_REST},
{CK_CTRL_CLEAR, CMD_REST},
+{'5', CMD_REST},
{CONTROL('B'), CMD_OPEN_DOOR_DOWN_LEFT},
{CONTROL('H'), CMD_OPEN_DOOR_LEFT},
{CONTROL('J'), CMD_OPEN_DOOR_DOWN},