diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-10 17:58:52 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-10 17:58:52 +0000 |
| commit | 220e568d75eaad436be403cd66d4e47d31d42392 (patch) | |
| tree | 6c0db177375325b141e4de2b66076f5d064b201f /openbox/action.c | |
| parent | 897c70e8dd8e3f01c5f90f5a89c82762508e6667 (diff) | |
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 <C-t><C-Up>Stuff<//> and it'll do stuff as you hit C-Up, you dont have to keep hitting C-t
Diffstat (limited to 'openbox/action.c')
| -rw-r--r-- | openbox/action.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
