summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-21 15:12:44 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-21 15:12:44 +0000
commit0805d6e15d34ead069dbbd66a2ec10a75bc852f6 (patch)
tree89fc3c86f5b39f3e416f3ac3e58ad1ab049c16b4 /crawl-ref/source/command.cc
parent9b55168648a4ddc1887d0ae560ec00d8f1ff3b23 (diff)
downloadcrawl-ref-0805d6e15d34ead069dbbd66a2ec10a75bc852f6.tar.gz
crawl-ref-0805d6e15d34ead069dbbd66a2ec10a75bc852f6.zip
Switch the key for interlevel travel from Ctrl-G to G.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5172 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index add0c8e773..35341ee986 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -1507,7 +1507,7 @@ static void _add_formatted_keyhelp(column_composer &cols)
0,
"<h>Extended Movement:\n"
"<w>o</w> : auto-explore\n"
- "<w>Ctrl-G</w> : interlevel travel\n"
+ "<w>G</w> : interlevel travel\n"
"<w>Ctrl-F</w> : Find items\n"
"<w>Ctrl-W</w> : set Waypoint\n"
"<w>/ Dir.</w>, <w>Shift-Dir.</w>: long walk\n"