summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cio.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-02-28 14:35:05 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-02-28 18:09:07 +0100
commit853f7aeeaa682dbf373a81f21ec70beb97a7bb19 (patch)
tree003cf94f3f518778132cc58c51f2f8402005c81b /crawl-ref/source/cio.h
parent4d95007bfd12bd4fe1ddd7693b24d847a1905dc6 (diff)
downloadcrawl-ref-853f7aeeaa682dbf373a81f21ec70beb97a7bb19.tar.gz
crawl-ref-853f7aeeaa682dbf373a81f21ec70beb97a7bb19.zip
Bind Tab to autofight, shift-Tab to autofight_nomove.
Diffstat (limited to 'crawl-ref/source/cio.h')
-rw-r--r--crawl-ref/source/cio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/cio.h b/crawl-ref/source/cio.h
index 4e6e4e48d4..173794ebbe 100644
--- a/crawl-ref/source/cio.h
+++ b/crawl-ref/source/cio.h
@@ -158,6 +158,7 @@ enum KEYS
CK_PGUP,
CK_PGDN,
+ CK_TAB_TILE, // unused
CK_SHIFT_UP,
CK_SHIFT_DOWN,
@@ -172,6 +173,7 @@ enum KEYS
CK_SHIFT_PGUP,
CK_SHIFT_PGDN,
+ CK_SHIFT_TAB,
CK_CTRL_UP,
CK_CTRL_DOWN,
@@ -186,6 +188,7 @@ enum KEYS
CK_CTRL_PGUP,
CK_CTRL_PGDN,
+ CK_CTRL_TAB,
// Mouse codes.
CK_MOUSE_MOVE = 10001,