From 220e568d75eaad436be403cd66d4e47d31d42392 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 10 Jun 2007 17:58:52 +0000 Subject: allow noninteractive directional focus. make keybinds noninteractive when the last key in the chain has no modifiers (i think this is what the code was supposed to do but failed.) don't reset key chains during an interactive action. reset them after an interactive action finishes (honoring chroot) so you can Stuff and it'll do stuff as you hit C-Up, you dont have to keep hitting C-t --- openbox/action.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/action.c') diff --git a/openbox/action.c b/openbox/action.c index bf675233..661ab09f 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -1831,6 +1831,7 @@ void action_directional_focus(union ActionData *data) on us */ event_halt_focus_delay(); + g_print("action\n"); focus_directional_cycle(data->interdiraction.direction, data->interdiraction.dock_windows, data->interdiraction.desktop_windows, -- cgit v1.2.3