summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cmd-keys.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-01-03 14:34:42 -0500
committerNeil Moore <neil@s-z.org>2014-01-03 14:40:08 -0500
commit7239af937a86df7f1e7307581eff8e13b2017e8f (patch)
tree4d58df72f1e6ee5ad02bbe5a495afcefcfdf97b7 /crawl-ref/source/cmd-keys.h
parentdbe6e7264a96165f067eaf256197c1ca401e7449 (diff)
downloadcrawl-ref-7239af937a86df7f1e7307581eff8e13b2017e8f.tar.gz
crawl-ref-7239af937a86df7f1e7307581eff8e13b2017e8f.zip
Make \ cycle through portals when targeting, too.
Don't add it to the help, though, because there is no room :(
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 40405ef45c..fcc704a930 100644
--- a/crawl-ref/source/cmd-keys.h
+++ b/crawl-ref/source/cmd-keys.h
@@ -190,6 +190,7 @@
{'.', CMD_TARGET_SELECT_ENDPOINT},
{'e', CMD_TARGET_EXCLUDE},
{'\t', CMD_TARGET_FIND_PORTAL},
+{'\\', CMD_TARGET_FIND_PORTAL},
{'^', CMD_TARGET_FIND_TRAP},
{'_', CMD_TARGET_FIND_ALTAR},
{'<', CMD_TARGET_FIND_UPSTAIR},