]> icculus.org git repositories - mikachu/openbox.git/commit
allow noninteractive directional focus.
authorDana Jansens <danakj@orodu.net>
Sun, 10 Jun 2007 17:58:52 +0000 (17:58 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 10 Jun 2007 17:58:52 +0000 (17:58 +0000)
commit220e568d75eaad436be403cd66d4e47d31d42392
tree6c0db177375325b141e4de2b66076f5d064b201f
parent897c70e8dd8e3f01c5f90f5a89c82762508e6667
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
openbox/action.c
openbox/focus_cycle.c
openbox/keyboard.c