summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cmd-keys.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2012-05-06 19:51:47 -0400
committerNeil Moore <neil@s-z.org>2012-05-06 19:51:47 -0400
commit26e7a8f1be75942b09bc807deb81476e6df236f7 (patch)
tree117b97f6b2e81f8fc02a552d78ac59cd1c88eaa8 /crawl-ref/source/cmd-keys.h
parentcd2a2df4b55983464cbb2853fa0568b63b49802a (diff)
downloadcrawl-ref-26e7a8f1be75942b09bc807deb81476e6df236f7.tar.gz
crawl-ref-26e7a8f1be75942b09bc807deb81476e6df236f7.zip
Find portals/shop on the map with backslash.
Tab still works, of course.
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 dc35fc3237..b199bd0888 100644
--- a/crawl-ref/source/cmd-keys.h
+++ b/crawl-ref/source/cmd-keys.h
@@ -312,6 +312,7 @@
{'>', CMD_MAP_FIND_DOWNSTAIR},
{'@', CMD_MAP_FIND_YOU},
{'\t', CMD_MAP_FIND_PORTAL},
+{'\\', CMD_MAP_FIND_PORTAL},
{'^', CMD_MAP_FIND_TRAP},
{'_', CMD_MAP_FIND_ALTAR},
{'E', CMD_MAP_FIND_EXCLUDED},