summaryrefslogtreecommitdiff
path: root/openbox/openbox.c
diff options
context:
space:
mode:
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 277294d0..cb14187c 100644
--- a/openbox/openbox.c
+++ b/openbox/openbox.c
@@ -232,6 +232,8 @@ gint main(gint argc, gchar **argv)
keys[OB_KEY_RIGHT] = modkeys_sym_to_code(XK_Right);
keys[OB_KEY_UP] = modkeys_sym_to_code(XK_Up);
keys[OB_KEY_DOWN] = modkeys_sym_to_code(XK_Down);
+ keys[OB_KEY_TAB] = modkeys_sym_to_code(XK_Tab);
+ keys[OB_KEY_SPACE] = modkeys_sym_to_code(XK_space);
{
ObParseInst *i;