summaryrefslogtreecommitdiff
path: root/openbox/misc.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-02-06 23:33:02 -0500
committerDana Jansens <danakj@orodu.net>2008-02-14 14:24:07 -0500
commita5005506a89ecffe13e04cbcda5c20a2fa6ba25d (patch)
tree07a221f9c4b2adde79abe528f7deefef186d8c59 /openbox/misc.h
parent61b8f5243063622598ea21c26cccc220ea29a50c (diff)
make the prompt buttons respond to button presses. keyboard input code is there too but not working yet.
Diffstat (limited to 'openbox/misc.h')
-rw-r--r--openbox/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/misc.h b/openbox/misc.h
index 2b5584d7..01c2da1d 100644
--- a/openbox/misc.h
+++ b/openbox/misc.h
@@ -51,6 +51,7 @@ typedef enum
OB_KEY_RIGHT,
OB_KEY_UP,
OB_KEY_DOWN,
+ OB_KEY_TAB,
OB_NUM_KEYS
} ObKey;