summaryrefslogtreecommitdiff
path: root/openbox/openbox.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-02-07 00:49:08 -0500
committerDana Jansens <danakj@orodu.net>2008-02-07 02:14:44 -0500
commit95ee6b103f116e34062bf5e1ad1cb8b0f23e7231 (patch)
tree1da7b52939815ee6915830e505f7514a570823de /openbox/openbox.c
parent0e9cfd7c77d8608a4be29f43413575d9553bf21c (diff)
prompt to kill windows when they are not responding
Diffstat (limited to 'openbox/openbox.c')
-rw-r--r--openbox/openbox.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c
index bef42ab1..a6a81cef 100644
--- a/openbox/openbox.c
+++ b/openbox/openbox.c
@@ -210,6 +210,8 @@ gint main(gint argc, gchar **argv)
keys[OB_KEY_RIGHT] = obt_keyboard_keysym_to_keycode(XK_Right);
keys[OB_KEY_UP] = obt_keyboard_keysym_to_keycode(XK_Up);
keys[OB_KEY_DOWN] = obt_keyboard_keysym_to_keycode(XK_Down);
+ keys[OB_KEY_TAB] = obt_keyboard_keysym_to_keycode(XK_Tab);
+ keys[OB_KEY_SPACE] = obt_keyboard_keysym_to_keycode(XK_space);
{
ObtParseInst *i;