summaryrefslogtreecommitdiff
path: root/openbox/misc.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-02-07 00:49:08 -0500
committerDana Jansens <danakj@orodu.net>2008-02-14 14:24:07 -0500
commitd714bb5708bb8b99d71803404af7af01029c5553 (patch)
tree764b940dd34d9943df76b6d9a2fa2fde28d08974 /openbox/misc.h
parentc7af49b5c564d6287a0293ae26fc713fb55b4dc8 (diff)
prompt to kill windows when they are not responding
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 01c2da1d..c73c9265 100644
--- a/openbox/misc.h
+++ b/openbox/misc.h
@@ -52,6 +52,7 @@ typedef enum
OB_KEY_UP,
OB_KEY_DOWN,
OB_KEY_TAB,
+ OB_KEY_SPACE,
OB_NUM_KEYS
} ObKey;