summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cmd-keys.h
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2011-10-18 23:53:10 -0400
committerelliptic <hyperelliptical@gmail.com>2011-10-18 23:53:10 -0400
commit65724bed1333a062734bcc6b323232c59de5b3d1 (patch)
tree41ceff2653350dd23441ba799f8f54673153929a /crawl-ref/source/cmd-keys.h
parent99622cc6e4f50f7779c416f22a879b4371825c87 (diff)
downloadcrawl-ref-65724bed1333a062734bcc6b323232c59de5b3d1.tar.gz
crawl-ref-65724bed1333a062734bcc6b323232c59de5b3d1.zip
Add 'r' key in targeting mode to move cursor to you.
The command was already coded, so this is just a matter of linking a key to it. (This is a useful thing to have for stuff like improving autofight.)
Diffstat (limited to 'crawl-ref/source/cmd-keys.h')
-rw-r--r--crawl-ref/source/cmd-keys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/cmd-keys.h b/crawl-ref/source/cmd-keys.h
index d2414605f6..97655f4ccd 100644
--- a/crawl-ref/source/cmd-keys.h
+++ b/crawl-ref/source/cmd-keys.h
@@ -194,6 +194,7 @@
{'_', CMD_TARGET_FIND_ALTAR},
{'<', CMD_TARGET_FIND_UPSTAIR},
{'>', CMD_TARGET_FIND_DOWNSTAIR},
+{'r', CMD_TARGET_FIND_YOU},
{CONTROL('F'), CMD_TARGET_CYCLE_TARGET_MODE},
{CONTROL('L'), CMD_TARGET_TOGGLE_MLIST},
{'p', CMD_TARGET_PREV_TARGET},