summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cmd-keys.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2012-08-27 14:16:45 +0200
committerRaphael Langella <raphael.langella@gmail.com>2012-08-27 14:16:45 +0200
commit52d8903b50677c9dc21e725fa6a395d4bc167d88 (patch)
treec23b4812b11541ebc12924c01c6716e33717e8d4 /crawl-ref/source/cmd-keys.h
parent22456a946f7282caceedab79c457f49bb00f7721 (diff)
downloadcrawl-ref-52d8903b50677c9dc21e725fa6a395d4bc167d88.tar.gz
crawl-ref-52d8903b50677c9dc21e725fa6a395d4bc167d88.zip
Swap the cycle quiver commands.
'(' now means cycle backward and ')' cycle forward. Seems much more natural this way.
Diffstat (limited to 'crawl-ref/source/cmd-keys.h')
-rw-r--r--crawl-ref/source/cmd-keys.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/cmd-keys.h b/crawl-ref/source/cmd-keys.h
index 99344723b5..36b026b098 100644
--- a/crawl-ref/source/cmd-keys.h
+++ b/crawl-ref/source/cmd-keys.h
@@ -116,8 +116,8 @@
{'{', CMD_INSCRIBE_ITEM},
{'[', CMD_LIST_ARMOUR},
{']', CMD_LIST_EQUIPMENT},
-{'(', CMD_CYCLE_QUIVER_FORWARD},
-{')', CMD_CYCLE_QUIVER_BACKWARD},
+{'(', CMD_CYCLE_QUIVER_BACKWARD},
+{')', CMD_CYCLE_QUIVER_FORWARD},
{CONTROL('V'), CMD_TOGGLE_VIEWPORT_MONSTER_HP},
{'\\', CMD_DISPLAY_KNOWN_OBJECTS},
{'}', CMD_DISPLAY_RUNES},